Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
c76f9e0c
Commit
c76f9e0c
authored
Oct 18, 2015
by
Anton Klautsan
Browse files
Update .travis.yml
parent
231af5dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
.travis.yml
.travis.yml
+8
-4
No files found.
.travis.yml
View file @
c76f9e0c
...
@@ -12,6 +12,8 @@ before-install:
...
@@ -12,6 +12,8 @@ before-install:
-
uname -a
-
uname -a
-
$CC --version
-
$CC --version
-
$CXX --version
-
$CXX --version
-
$CXX -v
install
:
install
:
# /usr/bin/gcc is 4.6 always, but gcc-X.Y is available.
# /usr/bin/gcc is 4.6 always, but gcc-X.Y is available.
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
...
@@ -20,6 +22,8 @@ install:
...
@@ -20,6 +22,8 @@ install:
-
echo ${PATH}
-
echo ${PATH}
-
echo ${CXX}
-
echo ${CXX}
-
${CXX} --version
-
${CXX} --version
-
$CXX -v
-
apt-cache search clang
addons
:
addons
:
apt
:
apt
:
sources
:
sources
:
...
@@ -27,11 +31,11 @@ addons:
...
@@ -27,11 +31,11 @@ addons:
packages
:
packages
:
-
gcc-4.9
-
gcc-4.9
-
g++-4.9
-
g++-4.9
-
clang
-3.6
-
clang
-
valgrind
-
valgrind
os
:
os
:
-
linux
-
linux
-
osx
#
- osx
language
:
cpp
language
:
cpp
compiler
:
compiler
:
-
gcc
-
gcc
...
@@ -42,8 +46,8 @@ env:
...
@@ -42,8 +46,8 @@ env:
# - LIBSTDC_VERSION=5
# - LIBSTDC_VERSION=5
-
CLANG_VERSION=3.6
-
CLANG_VERSION=3.6
matrix
:
matrix
:
-
GTEST_TARGET=googletest SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=debug VERBOSE_MAKE=true VERBOSE
#
- 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
#
- GTEST_TARGET=googlemock 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 CXX_FLAGS=-std=c++11 VERBOSE_MAKE=true VERBOSE
-
GTEST_TARGET=googlemock SHARED_LIB=OFF STATIC_LIB=ON CMAKE_PKG=OFF BUILD_TYPE=debug CXX_FLAGS=-std=c++11 VERBOSE_MAKE=true VERBOSE
# - GTEST_TARGET=googletest SHARED_LIB=ON STATIC_LIB=ON CMAKE_PKG=ON BUILD_TYPE=release VERBOSE_MAKE=false
# - GTEST_TARGET=googletest SHARED_LIB=ON STATIC_LIB=ON CMAKE_PKG=ON BUILD_TYPE=release VERBOSE_MAKE=false
# - GTEST_TARGET=googlemock SHARED_LIB=ON STATIC_LIB=ON CMAKE_PKG=ON BUILD_TYPE=release VERBOSE_MAKE=false
# - GTEST_TARGET=googlemock SHARED_LIB=ON STATIC_LIB=ON CMAKE_PKG=ON BUILD_TYPE=release VERBOSE_MAKE=false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment