mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +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
|
||||
compiler: gcc
|
||||
#Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
|
||||
- os: osx
|
||||
osx_image: beta-xcode6.3
|
||||
#
|
||||
# - os: osx
|
||||
# osx_image: beta-xcode6.3
|
||||
# #
|
||||
- os: osx
|
||||
osx_image: xcode6.4
|
||||
#Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
||||
|
@ -108,12 +108,11 @@ addons:
|
|||
- p7zip-full
|
||||
|
||||
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
|
||||
- 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
|
||||
- mkdir build
|
||||
- cd build
|
||||
- export CFLAGS=-Wall -W -Werror
|
||||
- export CFLAGS="-Wall -W -Werror"
|
||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue