Skip to content
Snippets Groups Projects
CTestConfig.cmake 774 B
Newer Older
René Fritze's avatar
René Fritze committed
# This file is part of the dune-xt project:
#   https://github.com/dune-community/dune-xt
# Copyright 2009-2020 dune-xt developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
René Fritze's avatar
René Fritze committed
#      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
#          with "runtime exception" (http://www.dune-project.org/license.html)
# Authors:
#   Felix Schindler (2016 - 2017)
René Fritze's avatar
René Fritze committed
#   René Fritze     (2015, 2018 - 2019)
#   Tobias Leibner  (2020)
set(CTEST_PROJECT_NAME "DUNE-Stuff")
set(CTEST_NIGHTLY_START_TIME "00:00:00 CET")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=DUNE-Stuff")
set(CTEST_DROP_SITE_CDASH TRUE)