Aer/.build.yml
belliash 469e5ba059
All checks were successful
The build was successful.
Do not need debug symbols in CI/CD.
2019-12-10 16:23:39 +01:00

11 lines
137 B
YAML

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