Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
febd0d7a
Commit
febd0d7a
authored
May 22, 2017
by
Dominic Hamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary whitespace in travis yaml
parent
b1f33d44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.travis.yml
.travis.yml
+7
-7
No files found.
.travis.yml
View file @
febd0d7a
...
@@ -13,23 +13,23 @@ matrix:
...
@@ -13,23 +13,23 @@ matrix:
apt
:
apt
:
packages
:
packages
:
-
lcov
-
lcov
env
:
COMPILER=g++ C_COMPILER=gcc
BUILD_TYPE=Coverage
env
:
COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage
-
compiler
:
gcc
-
compiler
:
gcc
env
:
COMPILER=g++ C_COMPILER=gcc
BUILD_TYPE=Debug
env
:
COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug
-
compiler
:
gcc
-
compiler
:
gcc
env
:
COMPILER=g++ C_COMPILER=gcc
BUILD_TYPE=Release
env
:
COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release
-
compiler
:
gcc
-
compiler
:
gcc
addons
:
addons
:
apt
:
apt
:
packages
:
packages
:
-
g++-multilib
-
g++-multilib
env
:
COMPILER=g++ C_COMPILER=gcc
BUILD_TYPE=Debug
BUILD_32_BITS=ON
env
:
COMPILER=g++ C_COMPILER=gcc
BUILD_TYPE=Debug
BUILD_32_BITS=ON
-
compiler
:
gcc
-
compiler
:
gcc
addons
:
addons
:
apt
:
apt
:
packages
:
packages
:
-
g++-multilib
-
g++-multilib
env
:
COMPILER=g++ C_COMPILER=gcc
BUILD_TYPE=Release BUILD_32_BITS=ON
env
:
COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release BUILD_32_BITS=ON
-
compiler
:
gcc
-
compiler
:
gcc
addons
:
addons
:
apt
:
apt
:
...
@@ -123,12 +123,12 @@ matrix:
...
@@ -123,12 +123,12 @@ matrix:
osx_image
:
xcode8.3
osx_image
:
xcode8.3
compiler
:
clang
compiler
:
clang
env
:
env
:
-
COMPILER=clang++
BUILD_TYPE=Debug
-
COMPILER=clang++ BUILD_TYPE=Debug
-
os
:
osx
-
os
:
osx
osx_image
:
xcode8.3
osx_image
:
xcode8.3
compiler
:
clang
compiler
:
clang
env
:
env
:
-
COMPILER=clang++
BUILD_TYPE=Release
-
COMPILER=clang++ BUILD_TYPE=Release
before_script
:
before_script
:
-
if [ -z "$BUILD_32_BITS" ]; then
-
if [ -z "$BUILD_32_BITS" ]; then
...
...
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