mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-30 02:58:36 -06:00
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
|