kind: pipeline type: exec name: AerScript Build steps: - name: compile commands: - make release - name: install commands: - make install - name: test commands: - binary/aer tests/include_statements.aer - cat tests/include_statements.exp - find . - make tests