2018-06-30 19:22:24 -07:00
|
|
|
steps:
|
2018-11-28 16:20:02 -08:00
|
|
|
- command: "sdk/docker-solana/build.sh"
|
2018-10-02 16:20:37 -07:00
|
|
|
timeout_in_minutes: 20
|
2018-12-19 14:19:19 -08:00
|
|
|
name: "publish docker"
|
2018-10-25 12:26:57 -07:00
|
|
|
- command: "ci/publish-crate.sh"
|
2019-01-07 20:46:21 -08:00
|
|
|
timeout_in_minutes: 40
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "publish crate"
|
2018-12-11 22:38:55 -08:00
|
|
|
branches: "!master"
|
2018-10-29 11:43:33 -07:00
|
|
|
- command: "ci/publish-bpf-sdk.sh"
|
|
|
|
timeout_in_minutes: 5
|
|
|
|
name: "publish bpf sdk"
|
2018-12-19 14:19:19 -08:00
|
|
|
- command: "ci/publish-tarball.sh"
|
2018-11-17 08:12:03 -08:00
|
|
|
timeout_in_minutes: 25
|
2018-12-19 14:19:19 -08:00
|
|
|
name: "publish tarball"
|
2018-11-08 22:19:51 -08:00
|
|
|
- command: "ci/publish-book.sh"
|
|
|
|
timeout_in_minutes: 15
|
|
|
|
name: "publish book"
|