Trying without C++ 11.
This commit is contained in:
parent
c9e8de0105
commit
702455fbb0
@ -4,15 +4,15 @@ general:
|
||||
- master
|
||||
dependencies:
|
||||
override:
|
||||
- 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:kalakris/cmake -y
|
||||
#- sudo add-apt-repository ppa:tkelman/mingw-backport -y
|
||||
- sudo apt-get -qq update
|
||||
#- sudo apt-get -qq upgrade
|
||||
- sudo apt-get -qq install cmake
|
||||
- sudo apt-get install -qq g++-4.8
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
||||
- sudo apt-get install -y gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64 binutils
|
||||
#- sudo apt-get install -qq g++-4.8
|
||||
#- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
||||
- sudo apt-get install -y gcc-mingw-w64
|
||||
- sudo apt-get install -qq xorg-dev
|
||||
- sudo apt-get install ninja-build
|
||||
# Install megacmd
|
||||
|
Loading…
Reference in New Issue
Block a user