feta/.circleci/config.yml

11 lines
147 B
YAML
Raw Normal View History

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