Added QMCkl build to build-check Github workflow

This commit is contained in:
Francois Coppens 2021-09-21 14:32:12 +02:00
parent 0614971437
commit 846d236b5f

View File

@ -28,6 +28,12 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Test compilation - name: Test compilation
run: | run: |
sudo apt install libhdf5-dev flang-7 clang-7 sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf
source smvars.sh llvm source smvars.sh llvm
cd qmckl
./autogen.sh
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
make -j 8
make -j check
cd ..
make make