aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-12-22 15:37:55 -0800
committerMarco Poletti <poletti.marco@gmail.com>2019-12-22 15:37:55 -0800
commit2cc8be12c0311d9002e64c2ca718c51302785f9b (patch)
tree4f69829eb29a989f5c2ab2f3930466505f45d495 /.travis.yml
parent0187d6ce3fbd6092e64f6244a8e5c29877314603 (diff)
downloadgoogle-fruit-2cc8be12c0311d9002e64c2ca718c51302785f9b.tar.gz
No longer use PCHs when running OS X CI tests with GCC 9, it does not work.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e1c79f..66571df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,12 +48,6 @@ matrix:
os: linux
script: export OS=linux; export COMPILER='bazel'; export UBUNTU='18.04'; extras/scripts/postsubmit.sh
DebugPlain
- - compiler: gcc
- env: COMPILER=gcc-9 TEST=DebugPlain
- install: export OS=osx; export COMPILER='gcc-9'; extras/scripts/travis_ci_install_osx.sh
- os: osx
- osx_image: xcode11.4
- script: export OS=osx; export COMPILER='gcc-9'; extras/scripts/postsubmit.sh DebugPlain
- compiler: clang
env: COMPILER=clang-default STL=libc++ TEST=DebugPlain
install: export OS=osx; export COMPILER='clang-default'; export STL='libc++';
@@ -197,11 +191,17 @@ matrix:
osx_image: xcode11.4
script: export OS=osx; export COMPILER='gcc-6'; extras/scripts/postsubmit.sh DebugPlain
- compiler: gcc
- env: COMPILER=gcc-9 TEST=ReleasePlain
+ env: COMPILER=gcc-9 TEST=ReleasePlainNoPch
+ install: export OS=osx; export COMPILER='gcc-9'; extras/scripts/travis_ci_install_osx.sh
+ os: osx
+ osx_image: xcode11.4
+ script: export OS=osx; export COMPILER='gcc-9'; extras/scripts/postsubmit.sh ReleasePlainNoPch
+ - compiler: gcc
+ env: COMPILER=gcc-9 TEST=DebugPlainNoPch
install: export OS=osx; export COMPILER='gcc-9'; extras/scripts/travis_ci_install_osx.sh
os: osx
osx_image: xcode11.4
- script: export OS=osx; export COMPILER='gcc-9'; extras/scripts/postsubmit.sh ReleasePlain
+ script: export OS=osx; export COMPILER='gcc-9'; extras/scripts/postsubmit.sh DebugPlainNoPch
- compiler: clang
env: COMPILER=clang-4.0 STL=libc++ TEST=ReleasePlain
install: export OS=osx; export COMPILER='clang-4.0'; export STL='libc++'; extras/scripts/travis_ci_install_osx.sh