Aer/.build.yml

11 lines
135 B
YAML
Raw Normal View History

2018-08-05 20:05:21 +02:00
pipeline:
step: compile
commands:
- make debug
step: install
commands:
- make install
step: test
commands:
2018-12-20 18:31:59 +01:00
- make tests