mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 04:22:32 +01:00
Merge branch 'master' into dev-stable
This commit is contained in:
commit
669e91c0da
5
.github/workflows/compilation.yml
vendored
5
.github/workflows/compilation.yml
vendored
@ -44,7 +44,10 @@ jobs:
|
|||||||
restore-keys: qp2-
|
restore-keys: qp2-
|
||||||
- name: Configuration
|
- name: Configuration
|
||||||
run: |
|
run: |
|
||||||
./configure -i ninja docopt resultsFile bats
|
./configure -i ninja || :
|
||||||
|
./configure -i docopt || :
|
||||||
|
./configure -i resultsFile || :
|
||||||
|
./configure -i bats || :
|
||||||
./configure -c ./config/gfortran_debug.cfg
|
./configure -c ./config/gfortran_debug.cfg
|
||||||
- name: Compilation
|
- name: Compilation
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user