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
fe8d501d
Commit
fe8d501d
authored
Jan 15, 2018
by
Andreas Valder
Browse files
Update .gitlab-ci.yml
parent
b0928288
Pipeline
#141
failed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fe8d501d
...
...
@@ -2,8 +2,10 @@ buildtest:
image
:
debian:stretch
stage
:
test
script
:
-
apt update
-
apt install wget
-
'
echo
"deb
http://www.deb-multimedia.org
stretch
main
non-free"
>>
/etc/apt/sources.list'
-
curl
https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
-o deb-multimedia-keyring_2016.8.1_all.deb
-
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
...
...
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