Test new CI/CD #2.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rafal Kupiec 2020-06-20 00:17:47 +02:00
parent a5586d075f
commit ad92115b02
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,9 @@
kind: pipeline
type: exec
name: test
name: AerScript Build
steps:
- name: Compile
- name: compile
commands:
- make release
- name: install
@ -11,4 +11,6 @@ steps:
- make install
- name: test
commands:
- pwd
- env
- make tests