This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf-rs/circle.yml
2017-07-12 12:38:56 +01:00

11 lines
272 B
YAML

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