aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-06 14:49:40 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-06 14:49:40 +0100
commit7976b03f9632e5a30a01d8d4f32a34b5cc22babc (patch)
treedeefe8fb76e9a7b48a36ee578eb77d41222e3784
parent[CI] Fix GitLab CI YAML (diff)
[CI] Add compilation packages to build env
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 691afbc5..015c6fb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,14 @@ services:
before_script:
- apk add --update ruby
+ - apk add --update tini
+ - apk add --update git
+ - apk add --update build-base
+ - apk add --update gcc
+ - apk add --update cmake
+ - apk add --update autoconf
+ - apk add --update automake
+ - apk add --update libtool
- pip install pipenv
- pipenv sync --dev --three
- gem install scss_lint