Skip to content

Commit 237978b

Browse files
committed
Add release check task to cirrus CI
1 parent 4fe2395 commit 237978b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cirrus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ nightly_task:
2727
test_script: cargo test --no-default-features --features "rocket-frontend"
2828
before_cache_script: rm -rf $CARGO_HOME/registry/index
2929

30+
release_task:
31+
only_if: $CIRRUS_BRANCH =~ 'release.*'
32+
container:
33+
image: rust:latest
34+
script: ./release
35+
3036
doc_task:
3137
container:
3238
image: rustlang/rust:nightly

0 commit comments

Comments
 (0)