mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Fixing CI
This commit is contained in:
parent
62d04409b1
commit
c3bd5cd732
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
|||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs26 autoconf
|
run: sudo apt-get install emacs26 autoconf
|
||||||
|
|
||||||
- name: autoreconf
|
- name: ./autogen.sh
|
||||||
run: autoreconf -i
|
run: ./autogen.sh
|
||||||
|
|
||||||
- name: ./configure
|
- name: ./configure
|
||||||
run: QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
|
run: QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
|
||||||
|
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
@ -15,8 +15,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: autoreconf
|
- name: ./autogen.sh
|
||||||
run: autoreconf -i
|
run: ./autogen.sh
|
||||||
- name: ./configure
|
- name: ./configure
|
||||||
run: QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
|
run: QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --enable-debug
|
||||||
- name: make
|
- name: make
|
||||||
|
7
autogen.sh
Executable file
7
autogen.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
./tools/build_makefile.sh
|
||||||
|
autoreconf -i
|
||||||
|
echo "To configure in maintainer mode, use:
|
||||||
|
$ QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user