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
e8193fe6
Commit
e8193fe6
authored
Oct 18, 2015
by
Anton Klautsan
Browse files
Adding llvm toolchain repo
parent
c76f9e0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
17 deletions
+6
-17
.travis.yml
.travis.yml
+6
-17
No files found.
.travis.yml
View file @
e8193fe6
...
@@ -6,14 +6,6 @@
...
@@ -6,14 +6,6 @@
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
# to allow C++11, though we are not yet building with -std=c++11
# to allow C++11, though we are not yet building with -std=c++11
before-install
:
# Debug information
-
if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then lsb_release -a; fi
-
uname -a
-
$CC --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
...
@@ -22,32 +14,29 @@ install:
...
@@ -22,32 +14,29 @@ install:
-
echo ${PATH}
-
echo ${PATH}
-
echo ${CXX}
-
echo ${CXX}
-
${CXX} --version
-
${CXX} --version
-
$CXX -v
-
${CXX} -v
-
apt-cache search clang
addons
:
addons
:
apt
:
apt
:
sources
:
sources
:
-
ubuntu-toolchain-r-test
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise-3.6
packages
:
packages
:
-
gcc-4.9
-
gcc-4.9
-
g++-4.9
-
g++-4.9
-
clang
-
clang
-3.6
-
valgrind
-
valgrind
os
:
os
:
-
linux
-
linux
#
- osx
-
osx
language
:
cpp
language
:
cpp
compiler
:
compiler
:
-
gcc
-
gcc
-
clang
-
clang
script
:
./travis.sh
script
:
./travis.sh
env
:
env
:
global
:
# - LIBSTDC_VERSION=5
-
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