forked from AkkomaGang/akkoma
Merge branch 'ci-fix-2' into 'develop'
CI: Add cmake to build See merge request pleroma/pleroma!2884
This commit is contained in:
commit
8d5f9d4b28
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue