New pipeline for new CI/CD.
Algumas verificações falharam
continuous-integration/drone/push Build is failing

Esse commit está contido em:
Rafal Kupiec 2020-06-19 23:12:25 +02:00
commit 5e6ed0f668
Assinado por: belliash
ID da chave GPG: 4E829243E0CFE6B4

Ver arquivo

@ -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