Fixed coveralls output to report only criterion
This commit is contained in:
parent
fc64949d96
commit
90711d4ae1
3 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@ set(GIT_SUBMODULES libcsptr dyncall)
|
|||
|
||||
### set each submodules's commit or tag that is to be checked out
|
||||
### (leave empty if you want master)
|
||||
set(GIT_SUBMODULE_VERSION_libcsptr bacfe99)
|
||||
set(GIT_SUBMODULE_VERSION_libcsptr 04cd477)
|
||||
set(GIT_SUBMODULE_VERSION_dyncall 68c57f6)
|
||||
|
||||
### First, get all submodules in
|
||||
|
|
|
@ -5,6 +5,7 @@ project(Criterion C)
|
|||
set(MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/.cmake/Modules")
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${MODULE_DIR})
|
||||
set(LIBCSPTR_DISABLE_TESTS ON)
|
||||
set(LIBCSPTR_DISABLE_COVERALLS ON)
|
||||
|
||||
include(Submodules)
|
||||
|
||||
|
|
2
dependencies/libcsptr
vendored
2
dependencies/libcsptr
vendored
|
@ -1 +1 @@
|
|||
Subproject commit bacfe990f99e7328ba873e35665a0ff4e57c9df1
|
||||
Subproject commit 04cd477d1f213e55d2ddecab2fcd52d1c7865dfa
|
Loading…
Add table
Reference in a new issue