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
505de1d6
"vscode:/vscode.git/clone" did not exist on "7f2288476bec1a2918f7eb187e464ec70a274fef"
Unverified
Commit
505de1d6
authored
Jan 10, 2018
by
Gennadiy Civil
Committed by
GitHub
Jan 10, 2018
Browse files
Merge branch 'master' into master
parents
2f31bfab
6eccdb7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.travis.yml
.travis.yml
+6
-0
No files found.
.travis.yml
View file @
505de1d6
...
...
@@ -11,28 +11,34 @@ language: cpp
matrix
:
include
:
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
gcc
sudo
:
true
cache
:
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-bazel.sh
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
clang
sudo
:
true
cache
:
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-bazel.sh
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
gcc
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-autotools.sh
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
gcc
env
:
BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
clang
env
:
BUILD_TYPE=Debug VERBOSE=1
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
clang
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
-
os
:
osx
...
...
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