forked from mirrors/akkoma
CI: Add cmake to build
This commit is contained in:
parent
88ec5c2de5
commit
035c44dd7b
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ amd64:
|
||||||
variables: &release-variables
|
variables: &release-variables
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
before_script: &before-release
|
before_script: &before-release
|
||||||
|
- apt install cmake -y
|
||||||
- echo "import Mix.Config" > config/prod.secret.exs
|
- echo "import Mix.Config" > config/prod.secret.exs
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
|
|
Loading…
Reference in a new issue