1
Fork 0
mpu6050/.circleci/config.yml
2019-06-07 10:32:26 +02:00

15 lines
213 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/rust:latest
steps:
- checkout
- run:
name: build and test
command: |
cargo build
cargo test