Another try at cross compilation on circle.
This commit is contained in:
parent
f17a9d4374
commit
35012faeec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user