1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00
This commit is contained in:
Anthony Scemama 2021-05-12 13:36:25 +02:00
parent 0fdaea77c9
commit 7b7c8242bd

View File

@ -17,7 +17,7 @@ jobs:
- name: install dependencies
run: sudo apt-get install emacs autoconf
- name: Run test
- run: |
run: |
./autogen.sh
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
make -j 8
@ -36,7 +36,7 @@ jobs:
brew install emacs
brew install autoconf automake libtool
- name: Run test
- run: |
run: |
./autogen.sh
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
make -j 8