This commit is contained in:
parent
c940224d21
commit
5e6ed0f668
12
.build.yml
12
.build.yml
@ -1,10 +1,14 @@
|
|||||||
pipeline:
|
kind: pipeline
|
||||||
step: compile
|
type: exec
|
||||||
|
name: AerScript Build
|
||||||
|
|
||||||
|
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