Aer/.build.yml

11 lines
137 B
YAML
Raw Normal View History

2018-08-05 20:05:21 +02:00
pipeline:
step: compile
commands:
2019-12-10 16:23:39 +01:00
- make release
2018-08-05 20:05:21 +02:00
step: install
commands:
- make install
step: test
commands:
2018-12-20 18:31:59 +01:00
- make tests