mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
travis: label up each compiler build, and remove the allow_failures
This commit is contained in:
parent
6832962489
commit
febaabd80b
1 changed files with 3 additions and 5 deletions
|
@ -3,8 +3,6 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
|
||||||
compiler: gcc-6
|
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
|
@ -17,7 +15,7 @@ matrix:
|
||||||
- libgme-dev
|
- libgme-dev
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
compiler: gcc-4.4
|
compiler: gcc-4.4
|
||||||
#gcc-4.4
|
#gcc-4.4 (Ubuntu/Linaro 4.4.7-8ubuntu1) 4.4.7
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -29,7 +27,7 @@ matrix:
|
||||||
- libgme-dev
|
- libgme-dev
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
compiler: gcc-4.6
|
compiler: gcc-4.6
|
||||||
#gcc-4.6
|
#gcc-4.6 (Ubuntu/Linaro 4.6.4-6ubuntu2) 4.6.4
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -114,7 +112,7 @@ matrix:
|
||||||
#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
|
||||||
# #
|
# #I think xcode.6.3 VM is broken, it does not boot
|
||||||
# - 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)
|
||||||
|
|
Loading…
Reference in a new issue