bottin/.drone.yml
MrArmonius 139a40bdf3
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
Ajout d'une step pour lancer le test integration
2021-07-09 15:37:07 +02:00

24 lines
378 B
YAML

---
kind: pipeline
name: bottin
steps:
- name: build
image: golang:stretch
commands:
- go get -d -v
- go build -v
- cd test_automatic
- go get -d -v
- go build -v
- name: test_bottin
image: consul:latest
commands:
- ./test_automatic/start_test.sh
---
kind: signature
hmac: 939fca00ff84d40e9364cd936c18c40c5becafa05e0f887bc04cf6336a4913a2
...