Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d8fe3883 authored by ESTERIE Pierre's avatar ESTERIE Pierre
Browse files

Fix deprecated CTEST submit method

parent 7d1d50b8
No related branches found
No related tags found
No related merge requests found
Pipeline #74727 failed
...@@ -6,11 +6,7 @@ ...@@ -6,11 +6,7 @@
## INCLUDE(CTest) ## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "ScalFMM") set(CTEST_PROJECT_NAME "ScalFMM")
set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT") set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT")
set(CTEST_SUBMIT_URL "http://cdash.inria.fr/submit.php?project=scalfmm")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "cdash.inria.fr")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=scalfmm")
set(CTEST_DROP_SITE_CDASH TRUE)
#-------------------------------------------------------------------- #--------------------------------------------------------------------
# BUILDNAME variable construction # BUILDNAME variable construction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment