Aer/.build.yml
belliash a5586d075f
Some checks failed
continuous-integration/drone/push Build is failing
Test new CI/CD.
2020-06-19 23:40:18 +02:00

15 lines
181 B
YAML

kind: pipeline
type: exec
name: test
steps:
- name: Compile
commands:
- make release
- name: install
commands:
- make install
- name: test
commands:
- make tests