Trying something else with new repositories

This commit is contained in:
xawotihs
2015-10-11 10:38:40 +02:00
parent 09717a966b
commit 648b21f972

View File

@@ -8,9 +8,12 @@ before_install:
- export BUILD_ANDROID=NO
- export BUILD_Qt=YES
- export BUILD_MAC=YES
- wget http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-i386.tar.gz
- tar -xzf cmake-3.3.2-Linux-i386.tar.gz
- sudo cp -fR cmake-3.3.2-Linux-i386/* /usr
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty universe"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main"
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo apt-get -qq update
- sudo apt-get -qq install cmake
# Building for PSP here
- if [ "$BUILD_PSP" == "YES" ]; then
export PSPDEV="$TRAVIS_BUILD_DIR/opt/pspsdk" &&
@@ -27,8 +30,6 @@ before_install:
fi
# Building for Qt here
- if [ "$BUILD_Qt" == "YES" ]; then
sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa &&
sudo apt-get update -qq &&
sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev pulseaudio libpulse-dev &&
export QMAKE="qmake -qt=qt5";
fi