From 57bf2e2739873d83fc93138fa27dfa53cc52d803 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 12 Apr 2022 17:25:48 +0200 Subject: [PATCH] Drone --- .drone.yml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) mode change 120000 => 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 120000 index b44fc76b..00000000 --- a/.drone.yml +++ /dev/null @@ -1 +0,0 @@ -drone/drone_ssh \ No newline at end of file diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..99397f11 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,29 @@ +kind: pipeline +type: ssh +name: default + +clone: + depth: 10 + +server: + host: 130.120.229.139 + user: test + password: + from_secret: ssh_pass + +steps: +- name: configure + 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 + commands: + - ninja + +- name: testing + commands: + - qp test + +