Procházet zdrojové kódy

CI: Add ffmpeg

features/ap_c2s_proxyUrl
lain před 3 roky
rodič
revize
ec2f70cd23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      .gitlab-ci.yml

+ 2
- 2
.gitlab-ci.yml Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit