diff --git a/.drone.yml b/.drone.yml index b4683b73..256b8e9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: default +name: gfortran-debug clone: depth: 10 @@ -25,19 +25,28 @@ steps: commands: - bash -c "source quantum_package.rc ; TRAVIS=1 exec qp_test -a" +--- +kind: pipeline +type: docker +name: gfortran-avx -- name: re-configure - image: ubuntu +clone: + depth: 10 + +steps: + +- name: configure + image: scemama666/qp2_env commands: - ./configure -i all -c ./config/gfortran_avx.cfg - name: compile - image: ubuntu + image: scemama666/qp2_env commands: - bash -c "source quantum_package.rc ; exec ninja" - name: testing - image: ubuntu + image: scemama666/qp2_env commands: - bash -c "source quantum_package.rc ; exec qp_test -a"