9 lines
106 B
YAML
9 lines
106 B
YAML
|
kind: pipeline
|
||
|
name: build
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: azomasiel/ci-fic
|
||
|
commands:
|
||
|
- make
|