summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-10-29 19:47:32 +1100
committerDamien Zammit <damien@zamaudio.com>2017-10-29 19:47:32 +1100
commit14bc5de3225c3daa146af7f513e9aa13177195a5 (patch)
treed4e3d8b2f9f80161063c7564d4ec044473622fe4 /.travis.yml
parent2fed4f3393d4c33a52e9a9b29344526ae0f6578f (diff)
travis: Fix broken build deps by downloading them manually
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1903f3c..bd2f905 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,8 @@ before_install:
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-odcctools/apple-x86-odcctools_758.159-0kxstudio2_amd64.deb
- wget -c https://launchpad.net/~flosoft/+archive/ubuntu/cross-apple/+files/apple-uni-sdk-10.5_20110407-0.flosoft1_amd64.deb --no-check-certificate
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-setup/apple-x86-setup_2_amd64.deb
+- wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/mingw64-x-libsamplerate_0.1.8-1kxstudio1_all.deb
+- wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/mingw64-x-pthreads_2.9.1-2kxstudio1_all.deb
- sudo dpkg -i apple-x86-odcctools_758.159-0kxstudio2_amd64.deb
- sudo dpkg -i apple-x86-gcc_4.2.1~5646-1kxstudio2_amd64.deb
- sudo dpkg -i apple-uni-sdk-10.5_20110407-0.flosoft1_amd64.deb
@@ -43,8 +45,8 @@ before_install:
- sudo apt-get install mingw64-x-liblo -y
- sudo apt-get install mingw64-x-fftw3 -y
- sudo apt-get install mingw64-x-libsndfile -y
-- sudo apt-get install mingw64-x-libsamplerate -y
-- sudo apt-get install mingw64-x-pthreads -y
+- sudo dpkg -i mingw64-x-libsamplerate_0.1.8-1kxstudio1_all.deb
+- sudo dpkg -i mingw64-x-pthreads_2.9.1-2kxstudio1_all.deb
- sudo apt-get install g++-4.8 -y
- sudo apt-get install binutils -y
- sudo apt-get install pkg-config -y