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