Fied typo for osx

This commit is contained in:
xawotihs
2019-09-08 18:49:34 +02:00
parent 50d49e47e7
commit 4df34c82c2
+2 -1
View File
@@ -18,11 +18,13 @@ before_install:
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
sudo apt-get -qq update &&
sudo apt-get -qq install g++-4.8 &&
sudo apt-get -qq install qt5-qmake qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev pulseaudio libpulse-dev &&
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update &&
brew install dpkg &&
brew install qt5 &&
pwd &&
ls;
fi
@@ -36,7 +38,6 @@ before_install:
fi
# Building for Qt here
- if [ "$BUILD_Qt" == "YES" ]; then
sudo apt-get -qq install qt5-qmake qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev pulseaudio libpulse-dev &&
export QMAKE="qmake -qt=qt5";
fi
# Building for Android here