Files
stacks-puppet-node/circle.yml
2018-11-15 14:49:46 -06:00

15 lines
246 B
YAML

version: 2
jobs:
build:
working_directory: ~/blockstack
docker:
- image: circleci/rust
steps:
- checkout
- run:
command: |
cargo build
- run:
command: |
cargo test