mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-09 17:51:17 +00:00
travis-ci: fixup CFLAGS env and disable xcode6.3, it is really broken
This commit is contained in:
parent
90ae2b2d1d
commit
c76c5152c2
1 changed files with 4 additions and 5 deletions
|
@ -73,9 +73,9 @@ matrix:
|
||||||
osx_image: beta-xcode6.2
|
osx_image: beta-xcode6.2
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
#Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
|
#Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: beta-xcode6.3
|
# osx_image: beta-xcode6.3
|
||||||
#
|
# #
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
#Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
#Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
||||||
|
@ -108,12 +108,11 @@ addons:
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if $_CC --version 2>/dev/null; then export CC=$_CC; fi;
|
|
||||||
- wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z
|
- wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z
|
||||||
- 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
|
- 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- export CFLAGS=-Wall -W -Werror
|
- export CFLAGS="-Wall -W -Werror"
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue