aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-16 16:34:10 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:48 +0200
commit04a312ab7baf28d446c90b046e8b23d127f3cc6d (patch)
tree655b77c439f034fe74b3e4430e69f714c0702cbb
parentddf3979f91c97db0d19df78115e4f4c0ce8c4c23 (diff)
Update GitLab CI file
-rw-r--r--.gitlab-ci.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 965d330..ebcf4c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,11 @@
Config:
only:
- master
- image: rakudo-star
+ image: registry.gitlab.com/tyil/docker-perl6:debian-dev-latest
before_script:
- - zef install . --deps-only --test-depends --/test
- script: AUTHOR_TESTING=1 prove -l
+ - zef install App::Prove6
+ - zef install --deps-only --test-depends --/test .
+ script: AUTHOR_TESTING=1 prove6 -l
artifacts:
name: "raku-Config"
paths:
@@ -17,7 +18,8 @@ Config:
test:
except:
- master
- image: rakudo-star
+ image: registry.gitlab.com/tyil/docker-perl6:debian-dev-latest
before_script:
+ - zef install App::Prove6
- zef install . --deps-only --test-depends --/test
- script: AUTHOR_TESTING=1 prove -lv
+ script: AUTHOR_TESTING=1 prove6 -lv