Skip to content
Snippets Groups Projects
Commit fe8d501d authored by Andreas Valder's avatar Andreas Valder
Browse files

Update .gitlab-ci.yml

parent b0928288
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment