New pipeline for new CI/CD.
This commit is contained in:
parent
c940224d21
commit
65de335fee
12
.build.yml
12
.build.yml
@ -1,10 +1,14 @@
|
|||||||
pipeline:
|
---
|
||||||
step: compile
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Compile
|
||||||
commands:
|
commands:
|
||||||
- make release
|
- make release
|
||||||
step: install
|
- name: install
|
||||||
commands:
|
commands:
|
||||||
- make install
|
- make install
|
||||||
step: test
|
- name: test
|
||||||
commands:
|
commands:
|
||||||
- make tests
|
- make tests
|
||||||
|
Loading…
Reference in New Issue
Block a user