mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
This commit is contained in:
parent
057fe8185b
commit
790b2d5f3f
19
.drone.yml
19
.drone.yml
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: gfortran-debug
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
depth: 10
|
depth: 10
|
||||||
@ -25,19 +25,28 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- bash -c "source quantum_package.rc ; TRAVIS=1 exec qp_test -a"
|
- bash -c "source quantum_package.rc ; TRAVIS=1 exec qp_test -a"
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: gfortran-avx
|
||||||
|
|
||||||
- name: re-configure
|
clone:
|
||||||
image: ubuntu
|
depth: 10
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: configure
|
||||||
|
image: scemama666/qp2_env
|
||||||
commands:
|
commands:
|
||||||
- ./configure -i all -c ./config/gfortran_avx.cfg
|
- ./configure -i all -c ./config/gfortran_avx.cfg
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
image: ubuntu
|
image: scemama666/qp2_env
|
||||||
commands:
|
commands:
|
||||||
- bash -c "source quantum_package.rc ; exec ninja"
|
- bash -c "source quantum_package.rc ; exec ninja"
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
image: ubuntu
|
image: scemama666/qp2_env
|
||||||
commands:
|
commands:
|
||||||
- bash -c "source quantum_package.rc ; exec qp_test -a"
|
- bash -c "source quantum_package.rc ; exec qp_test -a"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user