qp2/drone/drone_docker.yml

31 lines
509 B
YAML
Raw Normal View History

2022-04-12 15:55:51 +02:00
---
kind: pipeline
2022-04-13 23:58:55 +02:00
type: docker
2022-04-12 15:55:51 +02:00
name: default
clone:
depth: 10
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