forked from GitHub/bdwgc-rust
Add CI configuration file
This commit is contained in:
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: rust
|
||||||
|
steps:
|
||||||
|
- run: apt -y update --fix-missing
|
||||||
|
- run: apt -y install libgc-dev
|
||||||
|
- checkout
|
||||||
|
- run: cargo build
|
||||||
|
- run: cd examples && ./test.sh
|
||||||
Reference in New Issue
Block a user