diff --git a/.build.yml b/.build.yml index 37c75ed..2652818 100644 --- a/.build.yml +++ b/.build.yml @@ -1,9 +1,9 @@ kind: pipeline type: exec -name: test +name: AerScript Build steps: -- name: Compile +- name: compile commands: - make release - name: install @@ -11,4 +11,6 @@ steps: - make install - name: test commands: + - pwd + - env - make tests