New pipeline for new CI/CD.
Some checks reported errors
The build has failed.
continuous-integration/drone/push Build was killed

This commit is contained in:
Rafal Kupiec 2020-06-19 23:12:25 +02:00
parent c940224d21
commit 65de335fee
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -1,10 +1,14 @@
pipeline: ---
step: compile kind: pipeline
commands: type: exec
- make release
step: install steps:
commands: - name: Compile
- make install commands:
step: test - make release
commands: - name: install
- make tests commands:
- make install
- name: test
commands:
- make tests