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

This commit is contained in:
2020-06-19 23:40:18 +02:00
parent 65de335fee
commit a5586d075f

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