Skip to content

Commit b44ab5b

Browse files
applebystylewarning
authored andcommitted
Add test-qvm-app-ng-edge to .gitlab-ci.yml
1 parent e547169 commit b44ab5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,12 @@ test-qvm-app-edge:
5050
- docker run --rm --entrypoint=make rigetti/qvm:${CI_COMMIT_SHORT_SHA}
5151
test-app RIGETTI_LISP_LIBRARY_HOME=/src
5252
- docker rmi rigetti/qvm:${CI_COMMIT_SHORT_SHA}
53+
54+
test-qvm-app-ng-edge:
55+
extends: .test
56+
allow_failure: true
57+
script:
58+
- docker build -t rigetti/qvm:${CI_COMMIT_SHORT_SHA} --build-arg quilc_version=edge .
59+
- docker run --rm --entrypoint=make rigetti/qvm:${CI_COMMIT_SHORT_SHA}
60+
test-app-ng RIGETTI_LISP_LIBRARY_HOME=/src
61+
- docker rmi rigetti/qvm:${CI_COMMIT_SHORT_SHA}

0 commit comments

Comments
 (0)