10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-18 11:15:33 +02:00
QuantumPackage/.drone.yml

31 lines
506 B
YAML
Raw Normal View History

2022-04-12 17:29:29 +02:00
---
2022-04-12 17:25:48 +02:00
kind: pipeline
type: ssh
name: default
clone:
depth: 10
steps:
- name: configure
2022-04-12 17:29:29 +02:00
pull: never
image: ubuntu/qp2_env
2022-04-12 17:25:48 +02:00
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
2022-04-12 17:29:29 +02:00
pull: never
image: ubuntu/qp2_env
2022-04-12 17:25:48 +02:00
commands:
- ninja
- name: testing
2022-04-12 17:29:29 +02:00
pull: never
image: ubuntu/qp2_env
2022-04-12 17:25:48 +02:00
commands:
- qp test