aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 15:28:45 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 15:28:45 +0100
commit58db608bab33a5d6533d43575e0ff7f5b65b0997 (patch)
tree36684dfca92c633335690622fbea5c6e9640b7a8
parent319d4a8ba74389df1b84b3263b0692a54c2925b7 (diff)
Include linenoise-dev in build step
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec69283..a42121d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ Rakudo Star:
stage: Build
image: alpine:latest
before_script:
- - apk add --no-cache coreutils bash build-base git perl
+ - apk add --no-cache coreutils bash build-base git linenoise-dev perl
- bin/mkchecksum.sh "work/release/rakudo-star-$CI_COMMIT_REF_NAME.tar.gz"
- mkdir -p "$CI_PROJECT_DIR/work/build"
- cd -- "$CI_PROJECT_DIR/work/build"