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
1f47b6b6
Unverified
Commit
1f47b6b6
authored
May 10, 2021
by
Dominic Hamon
Committed by
GitHub
May 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove travis configs that are covered by actions (#1145)
parent
0852c79f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
.travis.yml
.travis.yml
+0
-23
No files found.
.travis.yml
View file @
1f47b6b6
...
@@ -11,10 +11,6 @@ matrix:
...
@@ -11,10 +11,6 @@ matrix:
-
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
-
compiler
:
gcc
env
:
COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release
-
compiler
:
gcc
addons
:
addons
:
apt
:
apt
:
packages
:
packages
:
...
@@ -44,10 +40,6 @@ matrix:
...
@@ -44,10 +40,6 @@ matrix:
-
COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug
-
COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug
-
ENABLE_SANITIZER=1
-
ENABLE_SANITIZER=1
-
EXTRA_FLAGS="-fno-omit-frame-pointer -g -O2 -fsanitize=undefined,address -fuse-ld=gold"
-
EXTRA_FLAGS="-fno-omit-frame-pointer -g -O2 -fsanitize=undefined,address -fuse-ld=gold"
-
compiler
:
clang
env
:
COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Debug
-
compiler
:
clang
env
:
COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Release
# Clang w/ libc++
# Clang w/ libc++
-
compiler
:
clang
-
compiler
:
clang
dist
:
xenial
dist
:
xenial
...
@@ -150,25 +142,10 @@ matrix:
...
@@ -150,25 +142,10 @@ matrix:
osx_image
:
xcode8.3
osx_image
:
xcode8.3
compiler
:
clang
compiler
:
clang
env
:
env
:
-
COMPILER=clang++ BUILD_TYPE=Debug
-
os
:
osx
osx_image
:
xcode8.3
compiler
:
clang
env
:
-
COMPILER=clang++ BUILD_TYPE=Release
-
os
:
osx
osx_image
:
xcode8.3
compiler
:
clang
env
:
-
COMPILER=clang++
-
COMPILER=clang++
-
BUILD_TYPE=Release
-
BUILD_TYPE=Release
-
BUILD_32_BITS=ON
-
BUILD_32_BITS=ON
-
EXTRA_FLAGS="-m32"
-
EXTRA_FLAGS="-m32"
-
os
:
osx
osx_image
:
xcode9.4
compiler
:
gcc
env
:
-
COMPILER=g++-7 C_COMPILER=gcc-7 BUILD_TYPE=Debug
before_script
:
before_script
:
-
if [ -n "${LIBCXX_BUILD}" ]; then
-
if [ -n "${LIBCXX_BUILD}" ]; 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