summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-11-05 10:27:18 +1100
committerDamien Zammit <damien@zamaudio.com>2017-11-05 10:27:18 +1100
commit93bdf190bdbc9c2a48338c8213fcf95a7285ac3e (patch)
tree5480d96b07721da206bad3b0c19562b58ee64f1c /.travis.yml
parent88378596e0004c99452252245bccff9e9b43819a (diff)
travis: Add mingw64-x-pthread32
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 608e93a..408f6c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_install:
- wget http://zamaudio.com/mbox2/apple-macports-libsamplerate_0.1.9-1_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.3-3_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-libsamplerate_0.1.9-1_all.deb
+- wget http://zamaudio.com/mbox2/mingw64-x-pthread32_0.0.1-1_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-macports-liblo/apple-macports-liblo_0.26-1_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-gcc/apple-x86-gcc_4.2.1~5646-1kxstudio2_amd64.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-odcctools/apple-x86-odcctools_758.159-0kxstudio2_amd64.deb
@@ -33,6 +34,7 @@ before_install:
- sudo apt-get install mingw64-x-binutils -y
- sudo apt-get install mingw64-x-pkgconfig -y
- sudo apt-get install mingw64-x-liblo -y
+- sudo dpkg -i mingw64-x-pthread32_0.0.1-1_all.deb
- sudo dpkg -i mingw64-x-fftw-3_3.3.3-3_all.deb
- sudo dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
- sudo apt-get install g++-4.8 -y