erigon-pulse/.buildkite/pipeline.yml
Igor Mandrigin 397a0fbecc
Nightly tests (#444)
* add a simple staging test

* add buildkite stuff

* buildkite setup like in the [example](https://github.com/buildkite/golang-example)

* yamllint

* add running geth for 1m as a buildkite command

* fixups post go mod

* workaround a stupid go issue

* add 1 hour test

* fix bash maths

* run the job for 5 hours
2020-04-12 19:37:15 +01:00

7 lines
150 B
YAML

---
steps:
- command: './nightly.sh'
label: 'build & run geth'
env:
BUILDKITE_GOLANG_IMPORT_PATH: "github.com/ledgerwatch/turbo-geth"