aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-10 09:37:35 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-10 09:37:35 +0200
commit2c42df1de90b9e1d263722e98d62b77241a826c7 (patch)
treeffeeba04373d303c0bc56dd1e5f741cf0be009bf
parent355398cfa5b1eb6261159e127f7fd0f844fa01d2 (diff)
Include OpenSSL dev libraries for testing OpenSSL and IO::Socket::SSL
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86f87d4..096e71e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ Community Modules:
stage: Test
image: alpine:latest
before_script:
- - apk add --no-cache bash git
+ - apk add --no-cache bash git openssl-dev
- cd "$(mktemp -d)"
- tar xzf "$CI_PROJECT_DIR/dist/rakudo-star-$CI_COMMIT_SHA.tar.gz"
- cd "rakudo-star-$CI_COMMIT_SHA"