Drone CI
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Anthony Scemama 2022-04-19 10:09:22 +02:00
parent aed545f02c
commit 057fe8185b
1 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,8 @@ steps:
image: scemama666/qp2_env
commands:
- ./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 ; qp plugins install champ"
- bash -c "source quantum_package.rc ; exec qp_plugins download https://gitlab.com/scemama/qp_plugins_scemama"
- bash -c "source quantum_package.rc ; exec qp_plugins install champ"
- name: compile
image: scemama666/qp2_env
@ -23,7 +23,7 @@ steps:
- name: testing
image: scemama666/qp2_env
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
@ -34,10 +34,10 @@ steps:
- name: compile
image: ubuntu
commands:
- bash -c "source quantum_package.rc ; ninja"
- bash -c "source quantum_package.rc ; exec ninja"
- name: testing
image: ubuntu
commands:
- bash -c "source quantum_package.rc ; qp_test -a"
- bash -c "source quantum_package.rc ; exec qp_test -a"