aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-12-05 23:09:57 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-12-05 23:09:57 +0100
commit6e8c904bbf0ad34b21e645897490de5ebc405d2a (patch)
tree949a27f98ebbbc7b3c15c2d41aae7cab3b0fe94d
parent08eca0b69dc4ac7d9c2c0e012d441899298ca70c (diff)
Make perl6 available during module testing
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be33ba3..22bdad8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,8 +58,8 @@ Debug Test:
stage: Test
image: alpine:latest
before_script:
- - apk add --no-cache build-base git perl
- export PATH="$CI_PROJECT_DIR/work/install/bin:$CI_PROJECT_DIR/work/install/share/perl6/site/bin:$PATH"
+ - apk add --no-cache build-base git perl
script:
- sh "$CI_PROJECT_DIR/dev-bin/ci-debug.sh"
@@ -67,6 +67,7 @@ Community Modules:
stage: Test
image: alpine:latest
before_script:
+ - export PATH="$CI_PROJECT_DIR/work/install/bin:$CI_PROJECT_DIR/work/install/share/perl6/site/bin:$PATH"
- apk add --no-cache build-base openssl-dev perl perl-test-harness-utils readline-dev
- cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script: