Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
boolinq
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
boolinq
Commits
ceac12f8
Commit
ceac12f8
authored
8 years ago
by
Anton Bukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add coveralls.io support
parent
c65a1708
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+3
-4
CMakeLists.txt
test/CMakeLists.txt
+1
-0
No files found.
.travis.yml
View file @
ceac12f8
...
...
@@ -14,7 +14,7 @@ env:
matrix
:
include
:
-
env
:
CXX=g++-5 CC=gcc-5
-
env
:
CXX=g++-5 CC=gcc-5
GCOV=gcov-5
addons
:
apt
:
packages
:
...
...
@@ -22,7 +22,7 @@ matrix:
sources
:
&sources
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise-3.8
-
env
:
CXX=clang++-3.8 CC=clang-3.8
-
env
:
CXX=clang++-3.8 CC=clang-3.8
GCOV=gcov-5
addons
:
apt
:
packages
:
...
...
@@ -48,7 +48,6 @@ script:
-
cmake .. && make
-
./test/boolinqtest
-
./benchmark/boolinqbenchmark
-
cd ..
after_success
:
-
coveralls --
gcov-options '\-lp'
-
coveralls --
root .. --include include --gcov-options '\-lp' --verbose
This diff is collapsed.
Click to expand it.
test/CMakeLists.txt
View file @
ceac12f8
...
...
@@ -10,6 +10,7 @@ SET (TARGET boolinqtest CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wcast-qual -Wpointe
SET
(
TARGET boolinqtest CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wold-style-cast"
)
SET
(
TARGET boolinqtest CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fprofile-arcs -ftest-coverage"
)
SET
(
CMAKE_SHARED_LINKER_FLAGS
"-fprofile-arcs -ftest-coverage"
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fprofile-arcs -ftest-coverage"
)
INCLUDE_DIRECTORIES
(
${
PROJECT_SOURCE_DIR
}
/include/boolinq
)
...
...
This diff is collapsed.
Click to expand it.
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