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

13 lines
195 B
YAML

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