From 057fe8185b597eeee40ffc9568701246e21b513c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 19 Apr 2022 10:09:22 +0200 Subject: [PATCH] Drone CI --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 799b6dc2..b4683b73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"