11 lines
125 B
YAML
11 lines
125 B
YAML
|
workspace:
|
||
|
base: /app
|
||
|
path: .
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: python:3
|
||
|
commands:
|
||
|
- make test
|
||
|
- make build
|