aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-15 12:28:51 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-16 16:05:44 +0100
commit2cba16303f5ae6c5d1154a9767ce37dd86a4a2b1 (patch)
treeb1fb4d527f9824ce31eae12851785736dc36f066
parentfd0679234548547d5f73f43255fb1e768a2ffcc3 (diff)
Update GitLab CI file
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4486e5..965d330 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@ Config:
image: rakudo-star
before_script:
- zef install . --deps-only --test-depends --/test
- script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t
+ script: AUTHOR_TESTING=1 prove -l
artifacts:
- name: "perl6-Config"
+ name: "raku-Config"
paths:
- META6.json
- bin
@@ -20,4 +20,4 @@ test:
image: rakudo-star
before_script:
- zef install . --deps-only --test-depends --/test
- script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t
+ script: AUTHOR_TESTING=1 prove -lv