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