Aer/.build.yml

15 lines
192 B
YAML
Raw Normal View History

2020-06-19 23:12:25 +02:00
kind: pipeline
type: exec
name: AerScript Build
steps:
- name: compile
commands:
- make release
- name: install
commands:
- make install
- name: test
commands:
- make tests