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
ec2f70cd
Commit
ec2f70cd
authored
Sep 28, 2020
by
lain
Browse files
CI: Add ffmpeg
parent
4e4f7710
Pipeline
#31445
passed with stages
in 16 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ec2f70cd
...
...
@@ -59,7 +59,7 @@ unit-testing:
alias
:
postgres
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
script
:
-
apt-get update && apt-get install -y libimage-exiftool-perl
-
apt-get update && apt-get install -y libimage-exiftool-perl
ffmpeg
-
mix deps.get
-
mix ecto.create
-
mix ecto.migrate
...
...
@@ -93,7 +93,7 @@ unit-testing-rum:
<<
:
*global_variables
RUM_ENABLED
:
"
true"
script
:
-
apt-get update && apt-get install -y libimage-exiftool-perl
-
apt-get update && apt-get install -y libimage-exiftool-perl
ffmpeg
-
mix deps.get
-
mix ecto.create
-
mix ecto.migrate
...
...
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