solana/ci/buildkite.yml

15 lines
438 B
YAML
Raw Normal View History

2018-05-21 23:02:54 -07:00
steps:
- command: "ci/coverage.sh"
label: "coverage [public]"
- command: "ci/test-stable.sh"
label: "stable [public]"
- command: "ci/test-nightly.sh || true"
label: "nightly - FAILURES IGNORED [public]"
- command: "ci/test-ignored.sh || true"
label: "ignored - FAILURES IGNORED [public]"
- command: "ci/test-cuda.sh"
label: "cuda"
- wait
- command: "ci/publish.sh"
label: "publish release artifacts"