diff options
author | rinpatch <rinpatch@sdf.org> | 2020-08-07 17:33:59 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-07 18:06:54 +0300 |
commit | cb376c4c4ca6491f2b58a9a916986998312640f5 (patch) | |
tree | 93bc7556599b8da5d35e7692409c88a102610ffb /.gitlab-ci.yml | |
parent | c662b09eee7f1e8a598c595f66e5b38b5dcbad45 (diff) | |
download | pleroma-cb376c4c4ca6491f2b58a9a916986998312640f5.tar.gz |
CI: install cmake since fast_html now requires it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |