Aer/.build.yml
belliash 65de335fee
Some checks reported errors
The build has failed.
continuous-integration/drone/push Build was killed
New pipeline for new CI/CD.
2020-06-19 23:12:25 +02:00

15 lines
168 B
YAML

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