1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

fix travis builds by forcing it to ubuntu 14.04

This (for now) will force Travis' hand to use ubuntu 14.04 which has
mingw 4.8 available. It is enough to compile the project as it stands.
This commit is contained in:
Michał Janiszewski
2015-09-09 00:08:28 +01:00
parent fddf057d68
commit cc6832cf48
2 changed files with 4 additions and 0 deletions

View File

@@ -17,3 +17,6 @@ cache:
apt: true
sudo: required
services:
- docker

View File

@@ -74,6 +74,7 @@ if [[ `uname` == "Darwin" ]]; then
popd
fi
elif [[ `uname` == "Linux" ]]; then
sudo apt-get update
if [[ -z "$TRAVIS" ]]; then
sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 cmake
if [[ -z "$DISABLE_G2_BUILD" ]]; then