Fixing GitHub Actions
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anthony Scemama 2023-09-19 09:59:30 +02:00
parent 2b3bf4fc00
commit 67906ed625
2 changed files with 4 additions and 0 deletions

View File

@ -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: |

View File

@ -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