From 1c4e1e1eeb2958f144f9ac1bc65a66a7393304cd Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 19 Apr 2022 10:04:39 +0200 Subject: [PATCH] Drone CI --- .drone.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4d20225b..ad677e3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,21 @@ steps: - name: testing image: ubuntu 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 +