mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Install ffmpeg in GitLab CI
This commit is contained in:
parent
4f2aad9c5d
commit
39821f8371
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ stages:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y ffmpeg
|
||||||
script:
|
script:
|
||||||
- deno fmt --check
|
- deno fmt --check
|
||||||
- deno task lint
|
- deno task lint
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue