9 lines
90 B
YAML
9 lines
90 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: make
|
||
|
commands:
|
||
|
- make build
|
||
|
- make upload
|
||
|
|
||
|
|