feta/.circleci/config.yml

11 lines
149 B
YAML
Raw Normal View History

2019-10-24 12:01:28 +00:00
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: |
make test
# - store_artifacts:
# path: output