Files
solana/ci/buildkite.yml
2018-05-21 23:43:27 -07:00

15 lines
438 B
YAML

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"