Merge branch 'ci-fix-2' into 'develop'

CI: Add cmake to build

See merge request pleroma/pleroma!2884
This commit is contained in:
lain 2020-08-13 14:40:31 +00:00
commit 8d5f9d4b28
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ amd64:
variables: &release-variables
MIX_ENV: prod
before_script: &before-release
- apt install cmake -y
- echo "import Mix.Config" > config/prod.secret.exs
- mix local.hex --force
- mix local.rebar --force