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
type: exec
name: test
steps:
- name: Compile
commands:
- make release
- make release
- name: install
commands:
- make install
- make install
- name: test
commands:
- make tests
- make tests