Test new CI/CD.
Some checks failed
continuous-integration/drone/push Build is failing

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

View File

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