Skip to content

Commit

Permalink
Add Cirrus CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Nov 10, 2019
1 parent a940b66 commit e5c22c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#container:
windows_container:
image: rust:latest

test_task:
cargo_cache:
folder: $CARGO_HOME/registry
fingerprint_script: cat Cargo.lock
build_script: cargo build
test_script: cargo test
before_cache_script: rm -rf $CARGO_HOME/registry/index

0 comments on commit e5c22c4

Please sign in to comment.