Init circleci file
This commit is contained in:
parent
95ce8775e3
commit
8f9b003100
1 changed files with 10 additions and 0 deletions
10
circle.yml
Normal file
10
circle.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
|
||||
|
||||
test:
|
||||
override:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo build --verbose --release
|
||||
- cargo test --verbose --release
|
Reference in a new issue