archive
/
md-pdf-rs
Archived
1
Fork 0

Init circleci file

This commit is contained in:
Jake Howard 2017-07-12 12:38:56 +01:00
parent 95ce8775e3
commit 8f9b003100
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 10 additions and 0 deletions

10
circle.yml Normal file
View 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