10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-03 09:56:04 +02:00
This commit is contained in:
Anthony Scemama 2022-04-19 10:04:39 +02:00
parent 971436e656
commit 1c4e1e1eeb

View File

@ -45,6 +45,21 @@ steps:
- name: testing - name: testing
image: ubuntu image: ubuntu
commands: commands:
- source quantum_package.rc ; qp test -a - source quantum_package.rc ; TRAVIS=1 qp_test -a
- name: re-configure
image: ubuntu
commands:
- ./configure -i all -c ./config/gfortran_avx.cfg
- name: compile
image: ubuntu
commands:
- source quantum_package.rc ; ninja
- name: testing
image: ubuntu
commands:
- source quantum_package.rc ; qp_test -a