Travis windows.
This commit is contained in:
parent
425b6bab52
commit
0be10c5eb9
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@ dist: xenial
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
- windows
|
||||||
env:
|
env:
|
||||||
- USE_WEBENGINE=false
|
- USE_WEBENGINE=false
|
||||||
- USE_WEBENGINE=true
|
- USE_WEBENGINE=true
|
||||||
|
|
|
@ -14,7 +14,7 @@ if test "$TRAVIS_OS_NAME" = "osx"; then
|
||||||
brew link --force gnu-sed
|
brew link --force gnu-sed
|
||||||
|
|
||||||
pip3 install aqtinstall
|
pip3 install aqtinstall
|
||||||
else
|
elif test "$TRAVIS_OS_NAME" = "linux"; then
|
||||||
# Linux.
|
# Linux.
|
||||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-xenial -y
|
sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-xenial -y
|
||||||
|
@ -27,4 +27,6 @@ else
|
||||||
sudo update-alternatives --remove-all g++
|
sudo update-alternatives --remove-all g++
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 50
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 50
|
||||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 50
|
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 50
|
||||||
|
else
|
||||||
|
echo "windowssss"
|
||||||
fi
|
fi
|
Loading…
Add table
Reference in a new issue