Drone
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Anthony Scemama 2022-04-12 17:25:48 +02:00
parent c3d95a8562
commit 57bf2e2739
1 changed files with 29 additions and 1 deletions

View File

@ -1 +0,0 @@
drone/drone_ssh

29
.drone.yml Normal file
View File

@ -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