mirror of
https://github.com/google/googletest.git
synced 2025-04-15 17:54:49 +00:00
Update .travis.yml
This commit is contained in:
parent
7f4448f40b
commit
c81cf6b7ef
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ compiler:
|
|||
- clang
|
||||
script: ./travis.sh
|
||||
env:
|
||||
global:
|
||||
# - LIBSTDC_VERSION=5
|
||||
- CLANG_VERSION=3.6
|
||||
matrix:
|
||||
- GTEST_TARGET=googletest SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=debug VERBOSE_MAKE=true VERBOSE
|
||||
- GTEST_TARGET=googlemock SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=debug VERBOSE_MAKE=true VERBOSE
|
||||
|
|
Loading…
Add table
Reference in a new issue