aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 16:24:39 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 16:24:39 +0100
commitba893d502396ea7aa46d18add41fe4045382a626 (patch)
tree6e88f184db893c29c62175a834b991b294ceb546 /.gitlab-ci.yml
parent1cc72251adecbe640b804d426f23e0ab22c800e6 (diff)
Include make as a dependency for packaging
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35109e7..c31691f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ tarball:
stage: Package
image: alpine:latest
before_script:
- - apk add --no-cache git
+ - apk add --no-cache git make
script:
- git submodule sync
- git submodule update --init --recursive