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
ea8804ae19
commit
0fdaea77c9
6
.github/workflows/test-build.yml
vendored
6
.github/workflows/test-build.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs autoconf
|
run: sudo apt-get install emacs autoconf
|
||||||
- name: |
|
- name: Run test
|
||||||
|
- 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
|
||||||
@ -34,7 +35,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install emacs
|
brew install emacs
|
||||||
brew install autoconf automake libtool
|
brew install autoconf automake libtool
|
||||||
- name: |
|
- name: Run test
|
||||||
|
- 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