Signed by:
belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with
14 additions and
10 deletions
-
.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 |
|
|
|
name: AerScript Build |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: compile |
|
|
|
commands: |
|
|
|
- make release |
|
|
|
- name: install |
|
|
|
commands: |
|
|
|
- make install |
|
|
|
- name: test |
|
|
|
commands: |
|
|
|
- make tests |