Aer/.build.yml

11 lines
135 B
YAML

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