Compare commits

...

1 Commits
master ... dev

Author SHA1 Message Date
2ae7a46876 Specified dev branch
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-25 19:48:19 +02:00

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: main
name: dev
clone:
depth: 10
@ -10,7 +10,7 @@ steps:
- name: git
image: scemama666/qp2_env
commands:
- git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=${DRONE_REPO_BRANCH}
- git clone https://github.com/QuantumPackage/qp2.git --depth=10 --branch=dev
- bash -c "cd qp2 ; ls -l ; git log"
- bash -c "cd qp2 ; exec ./configure -i all"