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
88ec5c2d
Commit
88ec5c2d
authored
Aug 13, 2020
by
lain
Browse files
Merge branch 'cmake' into 'develop'
Build files: Add cmake See merge request
!2882
parents
2bc2b321
a47406d5
Pipeline
#29729
failed with stages
in 54 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
88ec5c2d
...
...
@@ -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 @
88ec5c2d
...
...
@@ -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