mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Drone CI
This commit is contained in:
parent
971436e656
commit
1c4e1e1eeb
17
.drone.yml
17
.drone.yml
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user