Add CI configuration file

This commit is contained in:
Yota Toyama
2019-04-14 05:34:58 +00:00
parent 39b478fb26
commit 4827ab8b85

11
.circleci/config.yml Normal file
View 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