Aer/.build.yml
belliash 4db8ec02cd
Todas las comprobaciones han sido exitosas
The build was successful.
Make tests.
2018-12-20 18:31:59 +01:00

11 líneas
135 B
YAML

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