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
부모 c940224d21
커밋 5e6ed0f668
로그인 계정: belliash
GPG 키 ID: 4E829243E0CFE6B4
1개의 변경된 파일14개의 추가작업 그리고 10개의 파일을 삭제

파일 보기

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