11 lines
147 B
YAML
11 lines
147 B
YAML
|
version: 2
|
||
|
jobs:
|
||
|
build:
|
||
|
machine: true
|
||
|
steps:
|
||
|
- checkout
|
||
|
- run: |
|
||
|
make dist
|
||
|
- store_artifacts:
|
||
|
path: output
|