Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
ffworker
Commits
9ad13b0c
Commit
9ad13b0c
authored
Jun 13, 2022
by
Julian Rother
Browse files
Update .gitlab-ci.yml file
parent
a65b5ab0
Pipeline
#4112
failed with stage
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9ad13b0c
buildtest
:
image
:
debian:
stretch
image
:
debian:
bullseye
stage
:
test
script
:
-
apt update
-
apt install -y wget
-
'
echo
"deb
http://www.deb-multimedia.org
stretch
main
non-free"
>>
/etc/apt/sources.list'
-
wget https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
-
dpkg -i deb-multimedia-keyring_2016.8.1_all.deb
-
apt update
-
uname -a
-
apt install -y locales-all git build-essential make libavformat-dev libavcodec-dev libavfilter-dev libavutil-dev libxml2-dev libcurl4-openssl-dev
-
make
artifacts
:
...
...
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