summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-08-07 17:33:59 +0300
committerrinpatch <rinpatch@sdf.org>2020-08-07 18:06:54 +0300
commitcb376c4c4ca6491f2b58a9a916986998312640f5 (patch)
tree93bc7556599b8da5d35e7692409c88a102610ffb /.gitlab-ci.yml
parentc662b09eee7f1e8a598c595f66e5b38b5dcbad45 (diff)
CI: install cmake since fast_html now requires it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9ab84892..66813c814 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ stages:
- docker
before_script:
+ - apt-get update && apt-get install -y cmake
- mix local.hex --force
- mix local.rebar --force