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

这个提交包含在:
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