Skip to content

Commit 99c12ef

Browse files
committed
gitlab-ci.yaml: add manual integration test build
1 parent a2c656b commit 99c12ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ build:
2121
- (cd etc/scripts && stack --install-ghc install --pedantic)
2222
- stack-release-script check
2323

24+
manual_build:
25+
stage: build
26+
when: manual
27+
script:
28+
- export PATH=$HOME/.local/bin:$PATH
29+
- (cd etc/scripts && stack --install-ghc install --pedantic)
30+
- stack-release-script check
31+
2432
docker_image_lts-8:
2533
stage: build
2634
when: manual

0 commit comments

Comments
 (0)