Aer/.build.yml
belliash ad92115b02
Some checks failed
continuous-integration/drone/push Build is failing
Test new CI/CD #2.
2020-06-20 00:17:47 +02:00

17 lines
212 B
YAML

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