mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 20:02:20 +01:00
This commit is contained in:
parent
2b3bf4fc00
commit
67906ed625
1
.github/workflows/compilation.yml
vendored
1
.github/workflows/compilation.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
||||
./configure -i resultsFile || :
|
||||
./configure -i bats || :
|
||||
./configure -i trexio-nohdf5 || :
|
||||
./configure -i qmckl || :
|
||||
./configure -c ./config/gfortran_debug.cfg
|
||||
- name: Compilation
|
||||
run: |
|
||||
|
3
.github/workflows/configuration.yml
vendored
3
.github/workflows/configuration.yml
vendored
@ -56,6 +56,9 @@ jobs:
|
||||
- name: trexio
|
||||
run: |
|
||||
./configure -i trexio || echo OK
|
||||
- name: qmckl
|
||||
run: |
|
||||
./configure -i qmckl || echo OK
|
||||
- name: Final check
|
||||
run: |
|
||||
./configure -c config/gfortran_debug.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user