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

15 lines
299 B
YAML
Raw Normal View History

2017-07-12 12:47:38 +01:00
machine:
environment:
PATH: "$HOME/.cargo/bin:$PATH"
2017-07-12 12:38:56 +01:00
dependencies:
pre:
2017-07-12 12:47:38 +01:00
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
2017-07-12 12:38:56 +01:00
test:
override:
2017-07-12 12:49:51 +01:00
- cargo build
- cargo build --release
- cargo test
- cargo test --release