forked from GitHub/bdwgc-rust
11 lines
219 B
YAML
11 lines
219 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
|