0
6
Fork 0

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

Dieser Commit ist enthalten in:
Rafal Kupiec 2020-06-19 23:12:25 +02:00
Ursprung c940224d21
Commit 5e6ed0f668
Signiert von: belliash
GPG-Schlüssel-ID: 4E829243E0CFE6B4
1 geänderte Dateien mit 14 neuen und 10 gelöschten Zeilen

Datei anzeigen

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