mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Fix CI
This commit is contained in:
parent
0fdaea77c9
commit
7b7c8242bd
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs autoconf
|
run: sudo apt-get install emacs autoconf
|
||||||
- name: Run test
|
- name: Run test
|
||||||
- run: |
|
run: |
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
|
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
|
||||||
make -j 8
|
make -j 8
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
brew install emacs
|
brew install emacs
|
||||||
brew install autoconf automake libtool
|
brew install autoconf automake libtool
|
||||||
- name: Run test
|
- name: Run test
|
||||||
- run: |
|
run: |
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
|
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
|
||||||
make -j 8
|
make -j 8
|
||||||
|
Loading…
Reference in New Issue
Block a user