Another try at cross compilation on circle.

This commit is contained in:
Faerbit 2014-11-26 01:45:24 +01:00
parent 6d7df9b363
commit 170443b5b8

View File

@ -6,11 +6,13 @@ dependencies:
override:
- 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 -qq gcc-mingw-w64 g++-mingw-w64
- sudo apt-get install -qq gcc-mingw-w64
- sudo apt-get install -qq xorg-dev
- sudo apt-get install ninja-build
# Install megacmd