aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 16:43:06 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 16:43:06 +0100
commitf709fbe0b41844f0b58aa3af79385e53a38e0ce9 (patch)
tree2454572bc8dfb8827beba013c3bdc42eff85e641
parent58db608bab33a5d6533d43575e0ff7f5b65b0997 (diff)
Use both base-devel and perl for test targets
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a42121d..9d35bd6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ Rakudo Test:
stage: Test
image: alpine:latest
before_script:
- - apk add --no-cache make
+ - apk add --no-cache build-base perl
- cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make rakudo-test
@@ -48,7 +48,7 @@ Rakudo Spectest:
stage: Test
image: alpine:latest
before_script:
- - apk add --no-cache make
+ - apk add --no-cache build-base perl
- cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make rakudo-spectest
@@ -57,7 +57,7 @@ Community Modules:
stage: Test
image: alpine:latest
before_script:
- - apk add --no-cache build-base
+ - apk add --no-cache build-base perl
- cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make modules-test