mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
This commit is contained in:
parent
aed545f02c
commit
057fe8185b
10
.drone.yml
10
.drone.yml
@ -12,8 +12,8 @@ steps:
|
|||||||
image: scemama666/qp2_env
|
image: scemama666/qp2_env
|
||||||
commands:
|
commands:
|
||||||
- ./configure -i all -c ./config/gfortran_debug.cfg
|
- ./configure -i all -c ./config/gfortran_debug.cfg
|
||||||
- bash -c "source quantum_package.rc ; qp plugins download https://gitlab.com/scemama/qp_plugins_scemama"
|
- bash -c "source quantum_package.rc ; exec qp_plugins download https://gitlab.com/scemama/qp_plugins_scemama"
|
||||||
- bash -c "source quantum_package.rc ; qp plugins install champ"
|
- bash -c "source quantum_package.rc ; exec qp_plugins install champ"
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
image: scemama666/qp2_env
|
image: scemama666/qp2_env
|
||||||
@ -23,7 +23,7 @@ steps:
|
|||||||
- name: testing
|
- name: testing
|
||||||
image: scemama666/qp2_env
|
image: scemama666/qp2_env
|
||||||
commands:
|
commands:
|
||||||
- bash -c "source quantum_package.rc ; TRAVIS=1 qp_test -a"
|
- bash -c "source quantum_package.rc ; TRAVIS=1 exec qp_test -a"
|
||||||
|
|
||||||
|
|
||||||
- name: re-configure
|
- name: re-configure
|
||||||
@ -34,10 +34,10 @@ steps:
|
|||||||
- name: compile
|
- name: compile
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- bash -c "source quantum_package.rc ; ninja"
|
- bash -c "source quantum_package.rc ; exec ninja"
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- bash -c "source quantum_package.rc ; qp_test -a"
|
- bash -c "source quantum_package.rc ; exec qp_test -a"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user