From e813fd04f92d0ceabd39b526db86c68dcfec8b6f Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 12 Apr 2022 17:29:29 +0200 Subject: [PATCH] Drone --- .drone.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 99397f11..0cbeb613 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline type: ssh name: default @@ -5,24 +6,24 @@ name: default clone: depth: 10 -server: - host: 130.120.229.139 - user: test - password: - from_secret: ssh_pass - steps: - name: configure + pull: never + image: ubuntu/qp2_env commands: - ./configure -i all -c ./config/gfortran_debug.cfg - source quantum_package.rc ; qp plugins download https://gitlab.com/scemama/qp_plugins_scemama - source quantum_package.rc ; qp plugins install champ - name: compile + pull: never + image: ubuntu/qp2_env commands: - ninja - name: testing + pull: never + image: ubuntu/qp2_env commands: - qp test