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
8e85b80f
Commit
8e85b80f
authored
May 24, 2016
by
Anton Bukov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18 from k06a/fix/coveralls
Configured Coveralls
parents
2069cd2b
ef0b777f
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 @
8e85b80f
...
...
@@ -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
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' --gcov $GCOV --verbose
test/CMakeLists.txt
View file @
8e85b80f
...
...
@@ -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
)
...
...
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