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
5404fd7d
"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "56784c4f425a5749d07171b1dabccf2e4aa405ae"
Unverified
Commit
5404fd7d
authored
Nov 26, 2018
by
Gennadiy Civil
Committed by
GitHub
Nov 26, 2018
Browse files
Update .travis.yml
parent
2f126c74
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
31 deletions
+16
-31
.travis.yml
.travis.yml
+16
-31
No files found.
.travis.yml
View file @
5404fd7d
...
@@ -15,55 +15,39 @@ matrix:
...
@@ -15,55 +15,39 @@ matrix:
sudo
:
true
sudo
:
true
install
:
./ci/install-linux.sh && ./ci/log-config.sh
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-bazel.sh
script
:
./ci/build-linux-bazel.sh
-
os
:
linux
-
os
:
linux
compiler
:
clang
compiler
:
clang
sudo
:
true
sudo
:
true
install
:
./ci/install-linux.sh && ./ci/log-config.sh
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-bazel.sh
script
:
./ci/build-linux-bazel.sh
-
os
:
linux
compiler
:
gcc-6
sudo
:
true
script
:
-
./ci/travis.sh
-
os
:
linux
compiler
:
gcc-7
sudo
:
true
script
:
-
./ci/travis.sh
-
os
:
linux
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
gcc
compiler
:
gcc
install
:
./ci/install-linux.sh && ./ci/log-config.sh
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-autotools.sh
script
:
./ci/build-linux-autotools.sh
env
:
VERBOSE=1 CXXFLAGS=-std=c++11
env
:
VERBOSE=1 CXXFLAGS=-std=c++11
-
os
:
linux
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
gcc
compiler
:
gcc
env
:
BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
env
:
BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
-
os
:
linux
-
os
:
linux
group
:
deprecated-2017Q4
compiler
:
clang
compiler
:
clang
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
-
os
:
linux
-
os
:
linux
compiler
:
clang
compiler
:
clang
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON
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
-
llvm-toolchain-precise-3.9
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
-
llvm-toolchain-precise-3.9
packages
:
-
g++-7
-
os
:
osx
-
os
:
osx
compiler
:
gcc
compiler
:
gcc
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
...
@@ -93,7 +77,8 @@ addons:
...
@@ -93,7 +77,8 @@ addons:
packages
:
packages
:
-
g++-4.9
-
g++-4.9
-
clang-3.9
-
clang-3.9
-
g++-7
-
g++-6
notifications
:
notifications
:
email
:
false
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