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