Aer/.build.yml
belliash 4db8ec02cd
All checks were successful
The build was successful.
Make tests.
2018-12-20 18:31:59 +01:00

11 lines
135 B
YAML

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