mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-25 05:43:54 +01:00
Added QMCkl build to build-check Github workflow
This commit is contained in:
parent
0614971437
commit
846d236b5f
8
.github/workflows/compile.yml
vendored
8
.github/workflows/compile.yml
vendored
@ -28,6 +28,12 @@ jobs:
|
||||
# Runs a single command using the runners shell
|
||||
- name: Test compilation
|
||||
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
|
||||
cd qmckl
|
||||
./autogen.sh
|
||||
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
|
||||
make -j 8
|
||||
make -j check
|
||||
cd ..
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user