Files
bdwgc-rust/.circleci/config.yml
T
2019-09-30 21:56:27 -07:00

14 lines
320 B
YAML

version: 2
jobs:
build:
docker:
- image: rustlang/rust:nightly
steps:
- checkout
- run: git submodule update --init --recursive
- run: cargo build
- run: cd examples && ./test.sh
- run: |
git clean -dfx
cargo build --no-default-features --features cmake