kind: pipeline type: exec name: AerScript Build steps: - name: compile commands: - make release - name: install commands: - make install - name: test commands: - pwd - env - make tests