Browse Source

Merge pull request #171 from probonopd/fix-builds

Fix builds
master
TheAssassin 7 years ago
committed by GitHub
parent
commit
7d11858a26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tests/tests-environment.sh

5
tests/tests-environment.sh

@ -2,10 +2,11 @@
set -e
sudo add-apt-repository --yes ppa:beineri/opt-qt59-trusty
sudo add-apt-repository --yes ppa:beineri/opt-qt591-trusty
sudo apt-get update -qq
wget http://ftp.de.debian.org/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c
sudo dpkg -i patchelf_0.8-2_amd64.deb
cd /tmp/

Loading…
Cancel
Save