Hi,

I'm trying to use 'ctest_coverage_collect_gcov(TARBALL gcov.tar)' along
with 'ctest_submit(CDASH_UPLOAD gcov.tar CDASH_UPLOAD_TYPE GcovTar)' to
upload gcov files to our cdash server. Although this succeeds to upload
"normal" results to the server,

ctest_start(${CTEST_DASHBOARD_TYPE})
ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}")
ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}")
ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}")
ctest_coverage(BUILD "${CTEST_BINARY_DIRECTORY}" QUIET)
ctest_submit()

using the same CTestConfig.cmake,
this command ctest_submit(CDASH_UPLOAD gcov.tar CDASH_UPLOAD_TYPE GcovTar)
leads to

Request upload response: [<cdash version="2.2.3">
 <status>ERROR</status>
 <message>Not a valid project.</message>
</cdash>
]

Any idea what I'm doing wrong here? I tried to look around forums and docs,
but I couldn't find much help about the CDash Upload API...

Thanks in advance

Vincent
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to