Another try at cross compilation on circle.
This commit is contained in:
parent
702455fbb0
commit
c2045d1654
11
circle.yml
11
circle.yml
@ -4,15 +4,14 @@ general:
|
|||||||
- master
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
override:
|
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:kalakris/cmake -y
|
||||||
#- sudo add-apt-repository ppa:tkelman/mingw-backport -y
|
- sudo add-apt-repository ppa:tkelman/mingw-backport -y
|
||||||
- sudo apt-get -qq update
|
- 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
|
- sudo apt-get install -y gcc-mingw-w64
|
||||||
|
- 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 xorg-dev
|
- sudo apt-get install -qq xorg-dev
|
||||||
- sudo apt-get install ninja-build
|
- sudo apt-get install ninja-build
|
||||||
# Install megacmd
|
# Install megacmd
|
||||||
|
Loading…
Reference in New Issue
Block a user