mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
travis' configuration test4
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -23,20 +23,16 @@ matrix:
|
|||||||
#- os: linux
|
#- os: linux
|
||||||
#compiler: clang
|
#compiler: clang
|
||||||
#env: Tr_Compiler_Version="default" # broken compiler on 12.04
|
#env: Tr_Compiler_Version="default" # broken compiler on 12.04
|
||||||
- os: osx
|
#- os: osx
|
||||||
osx_image: xcode7
|
#osx_image: xcode8
|
||||||
env: Tr_Xcode_Version="7"
|
#env: Tr_Xcode_Version="8" # odd linking problems related with brew which is not creating links
|
||||||
|
# e.g. solution (quite bad) "brew link gettext", or showing in cmake direct paths (also not so good)
|
||||||
# https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
|
# https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
|
||||||
- os: osx
|
- os: osx
|
||||||
env: Tr_Xcode_Version="default"
|
env: Tr_Xcode_Version="default"
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: linux
|
#- os: osx
|
||||||
compiler: gcc
|
|
||||||
env: Tr_Compiler_Version="6"
|
|
||||||
- os: osx
|
|
||||||
osx_image: xcode7
|
|
||||||
env: Tr_Xcode_Version="7"
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
|
Reference in New Issue
Block a user