Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
a47406d5
Commit
a47406d5
authored
Aug 13, 2020
by
lain
Browse files
Build files: Add cmake
parent
2bc2b321
Pipeline
#29727
passed with stages
in 15 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a47406d5
...
...
@@ -212,7 +212,7 @@ amd64-musl:
cache
:
*release-cache
variables
:
*release-variables
before_script
:
&before-release-musl
-
apk add git gcc g++ musl-dev make
-
apk add git gcc g++ musl-dev make
cmake
-
echo "import Mix.Config" > config/prod.secret.exs
-
mix local.hex --force
-
mix local.rebar --force
...
...
Dockerfile
View file @
a47406d5
...
...
@@ -4,7 +4,7 @@ COPY . .
ENV
MIX_ENV=prod
RUN
apk add git gcc g++ musl-dev make
&&
\
RUN
apk add git gcc g++ musl-dev make
cmake
&&
\
echo
"import Mix.Config"
>
config/prod.secret.exs
&&
\
mix local.hex
--force
&&
\
mix local.rebar
--force
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment