From fff41301bcf80a131fcbb6ee79007a1418ce1c52 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 2 Nov 2019 18:04:42 +0100 Subject: Add a debug test This test is intended for debugging issues during the GitLab CI building, installing or testing phases. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e09733..87c7a69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,15 @@ Rakudo Spectest: script: - make rakudo-spectest +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" + script: + - sh "$CI_PROJECT_DIR/dev-bin/ci-debug.sh" + Community Modules: stage: Test image: alpine:latest -- cgit v1.1