Test new CI/CD #2.
Dažas pārbaudes neizdevās izpildīt
continuous-integration/drone/push Build is failing

Šī revīzija ir iekļauta:
Rafal Kupiec 2020-06-20 00:17:47 +02:00
vecāks a5586d075f
revīzija ad92115b02
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4

Parādīt failu

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