projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5f4d930
)
Travis CI: add gcc 4.8 for osx
author
Marco Costalba
<mcostalba@gmail.com>
Wed, 7 Oct 2015 18:33:37 +0000 (20:33 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Wed, 7 Oct 2015 18:33:37 +0000 (20:33 +0200)
This setup was still missing.
Suggested by Stéphane Nicolet.
No functional change.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
3810005
..
017dc10
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-23,6
+23,12
@@
matrix:
- COMP=clang
- os: osx
+ compiler: gcc
+ env:
+ - COMPILER=g++-4.8
+ - COMP=gcc
+
+ - os: osx
compiler: clang
env:
- COMPILER=clang++ V='Apple LLVM 6.0' # Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)