1
0
Fork 0

Fix forgoten thens

This commit is contained in:
Tycho 2014-12-13 21:22:15 +00:00
parent 3d9c88affa
commit 0e1ef05ea8
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ before_install:
# g++4.8
- if [ "$CXX" = "g++"]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- if [ "$CXX" = "g++"]; sudo apt-get update -qq; fi
- if [ "$CXX" = "g++"]; then sudo apt-get update -qq; fi
install:
# g++4.8
- if [ "$CXX" = "g++"]; sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++"]; export CXX="g++-4.8"; fi
- if [ "$CXX" = "g++"]; export CC="gcc-4.8"; fi
- if [ "$CXX" = "g++"]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++"]; then export CXX="g++-4.8"; fi
- if [ "$CXX" = "g++"]; then export CC="gcc-4.8"; fi
# Build MCServer
script: ./CIbuild.sh