Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
87589af5
"googlemock/README.md" did not exist on "c6cece77686b0c548043dd52feb9c345b5ae0a68"
Unverified
Commit
87589af5
authored
Nov 26, 2018
by
Gennadiy Civil
Committed by
GitHub
Nov 26, 2018
Browse files
Update .travis.yml
parent
28a3261f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
.travis.yml
.travis.yml
+26
-0
No files found.
.travis.yml
View file @
87589af5
...
...
@@ -37,6 +37,31 @@ matrix:
-
os
:
linux
compiler
:
clang
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON
-
os
:
linux
sudo
:
true
compiler
:
gcc-6
env
:
BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
g++-6
-
os
:
linux
sudo
:
true
compiler
:
gcc-7
env
:
BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
g++-7
-
os
:
osx
compiler
:
gcc
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
...
...
@@ -67,5 +92,6 @@ addons:
-
g++-4.9
-
clang-3.9
notifications
:
email
:
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