summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2016-06-13 12:29:50 +1000
committerDamien Zammit <damien@zamaudio.com>2016-06-13 12:29:50 +1000
commit611c0f3bbdbded79a389184441563a7496f36232 (patch)
treef75f75d79896bea1e3369615ec4c52dda7617ab7
parent16b6763995f4045174c2abeeea9cfd951ad5e589 (diff)
Update travis config
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index ed8ab02..0e6e104 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,13 +21,14 @@ before_install:
- sudo apt-get install apple-macports-liblo -y
- sudo apt-get install apple-macports-fftw-3 -y
- sudo apt-get install apple-macports-libsndfile -y
- - sudo apt-get install mingw-x-gcc -y
- - sudo apt-get install mingw-x-binutils -y
+ - sudo apt-get install mingw64-x-gcc -y
+ - sudo apt-get install mingw64-x-binutils -y
+ - sudo apt-get install mingw32-x-binutils -y
- sudo apt-get install mingw-x-pkgconfig -y
- sudo apt-get install mingw-x-liblo -y
- sudo apt-get install mingw-x-fftw3 -y
- sudo apt-get install mingw-x-libsndfile -y
- - sudo apt-get install g++-4.9 -y
+ - sudo apt-get install g++ -y
- sudo apt-get install binutils -y
- sudo apt-get install pkg-config -y
- sudo apt-get install libx11-dev -y
@@ -50,7 +51,7 @@ script:
- git checkout build-osxwin
- cd ..
- export CC=gcc
- - export CXX=g++-4.9
+ - export CXX=g++
- export AR=ar
- make LINUX=true -j2
- mv bin linux