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
964748a9
Unverified
Commit
964748a9
authored
Aug 29, 2018
by
Gennadiy Civil
Committed by
GitHub
Aug 29, 2018
Browse files
Update .travis.yml
parent
e8ebde4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.travis.yml
.travis.yml
+9
-1
No files found.
.travis.yml
View file @
964748a9
...
...
@@ -30,8 +30,16 @@ matrix:
compiler
:
gcc
env
:
BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
-
os
:
linux
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise-3.7
packages
:
-
clang-3.7
env
:
-
MATRIX_EVAL="CC=clang-3.7 && CXX=clang++-3.7" BUILD_TYPE=Debug VERBOSE=1
compiler
:
clang
env
:
BUILD_TYPE=Debug VERBOSE=1
-
os
:
linux
compiler
:
clang
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
...
...
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