merp/.circleci/config.yml

11 lines
147 B
YAML
Raw Normal View History

2019-10-25 16:25:03 +00:00
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: |
make dist
- store_artifacts:
path: output