Aer/.build.yml
belliash 5e6ed0f668
Some checks failed
continuous-integration/drone/push Build is failing
New pipeline for new CI/CD.
2020-06-20 00:43:25 +02:00

15 lines
192 B
YAML

kind: pipeline
type: exec
name: AerScript Build
steps:
- name: compile
commands:
- make release
- name: install
commands:
- make install
- name: test
commands:
- make tests