Specified dev branch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Anthony Scemama 2022-05-25 19:48:19 +02:00
parent 7d3303f39d
commit 2ae7a46876

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"