Skip to content
Snippets Groups Projects
Commit d11073ac authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Try to avoid conflict between 2 different cdash drop site

parent 0e1e5674
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,10 @@ if(NOT HOSTNAME)
endif(NOT HOSTNAME)
set(GMSH_HOST "${HOSTNAME}")
# custom the drop site
set(CUSTOM_DROP_SITE "onelab.info")
set(CUSTOM_DROP_LOCATION "/CDash/submit.php?project=Gmsh")
set(CUSTOM_DROP_PROJECT "Gmsh")
if(NOT PACKAGER)
set(PACKAGER "unknown")
endif(NOT PACKAGER)
......
......@@ -3,11 +3,11 @@
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to the public mailing list <gmsh@geuz.org>.
set(CTEST_PROJECT_NAME "Gmsh")
set(CTEST_PROJECT_NAME ${CUSTOM_DROP_PROJECT})
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_DROP_SITE "onelab.info")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Gmsh")
set(CTEST_DROP_SITE ${CUSTOM_DROP_SITE})
set(CTEST_DROP_LOCATION ${CUSTOM_DROP_LOCATION})
set(CTEST_TRIGGER_SITE "")
set(SITE ${GMSH_HOST})
set(BUILDNAME "${GMSH_OS}-${GMSH_PACKAGER}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment