New pipeline for new CI/CD.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rafal Kupiec 2020-06-19 23:12:25 +02:00
parent c940224d21
commit 5e6ed0f668
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 14 additions and 10 deletions

View File

@ -1,10 +1,14 @@
pipeline: kind: pipeline
step: compile type: exec
commands: name: AerScript Build
- make release
step: install steps:
commands: - name: compile
- make install commands:
step: test - make release
commands: - name: install
- make tests commands:
- make install
- name: test
commands:
- make tests