Skip to content

Commit

Permalink
Update Googletest to v1.14.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts authored Aug 30, 2023
2 parents f6960ee + 428869a commit 5f22f8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- INTERNAL_SQLITE=OFF

# GCC 5.4.0 (Ubuntu Xenial 16.04)
- dist: xenial
- dist: xenial # Default
env:
- cc=gcc cxx=g++

Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:
env:
- cc=clang cxx=clang++

# Clang 7.0.0 (Ubuntu Xenial 16.04)
- dist: xenial
# Clang 7.0.0 (Ubuntu Xenial 16.04)
- dist: xenial # Default
env:
- cc=clang cxx=clang++

Expand All @@ -123,16 +123,24 @@ jobs:
# Clang on OSX
##########################################################################

# Latest XCode - AppleClang 9.1.0
# XCode 14.2 - Apple clang 14.0.0 - macOS 12.6
- os: osx
osx_image: xcode14.2
env:
- cc=clang cxx=clang++

# XCode 8.3 - AppleClang 8.1.0
# Default XCode - Apple clang 9.1.0 - macOS 10.13
- os: osx
osx_image: xcode9.4 # Default
env:
- cc=clang cxx=clang++

# XCode 8.3 - Applec lang 8.1.0 - macOS 10.12
- os: osx
osx_image: xcode8.3
env:
- cc=clang cxx=clang++
- TESTS=OFF

before_install:
# Coverity: don't use addons.coverity_scan since it run on every job of the build matrix, which waste resources and exhausts quotas
Expand Down
2 changes: 1 addition & 1 deletion googletest
Submodule googletest updated 156 files

0 comments on commit 5f22f8d

Please sign in to comment.