solana/ci/buildkite-secondary.yml

21 lines
567 B
YAML
Raw Normal View History

steps:
#- command: "ci/snap.sh"
# timeout_in_minutes: 40
2018-12-15 16:12:48 -08:00
# name: "snap"
2018-11-28 16:20:02 -08:00
- command: "sdk/docker-solana/build.sh"
timeout_in_minutes: 20
name: "docker-solana"
- command: "ci/publish-crate.sh"
timeout_in_minutes: 20
2018-12-15 16:12:48 -08:00
name: "publish crate"
branches: "!master"
2018-10-29 11:43:33 -07:00
- command: "ci/publish-bpf-sdk.sh"
timeout_in_minutes: 5
name: "publish bpf sdk"
- command: "ci/publish-solana-tar.sh"
timeout_in_minutes: 25
2018-11-08 22:19:51 -08:00
name: "publish release tarball"
- command: "ci/publish-book.sh"
timeout_in_minutes: 15
name: "publish book"