diff options
author | 2018-06-06 14:49:40 +0100 | |
---|---|---|
committer | 2018-06-06 14:49:40 +0100 | |
commit | 7976b03f9632e5a30a01d8d4f32a34b5cc22babc (patch) | |
tree | deefe8fb76e9a7b48a36ee578eb77d41222e3784 /.gitlab-ci.yml | |
parent | [CI] Fix GitLab CI YAML (diff) |
[CI] Add compilation packages to build env
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
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 |