Aer/.build.yml

11 lines
137 B
YAML

pipeline:
step: compile
commands:
- make release
step: install
commands:
- make install
step: test
commands:
- make tests