-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove examples that have been moved to HDF5Examples folder (#3917)
- Loading branch information
Showing
17 changed files
with
22 additions
and
3,489 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,32 @@ | ||
# | ||
# Copyright by The HDF Group. | ||
# All rights reserved. | ||
# | ||
# This file is part of HDF5. The full HDF5 copyright notice, including | ||
# terms governing use, modification, and redistribution, is contained in | ||
# the COPYING file, which can be found at the root of the source code | ||
# distribution tree, or in https://www.hdfgroup.org/licenses. | ||
# If you do not have access to either file, you may request a copy from | ||
# [email protected]. | ||
# | ||
## This file should be placed in the root directory of your project. | ||
## Then modify the CMakeLists.txt file in the root directory of your | ||
## project to incorporate the testing dashboard. | ||
## # The following are required to uses Dart and the Cdash dashboard | ||
## # The following are required to use Dart and the CDash dashboard | ||
## ENABLE_TESTING() | ||
## INCLUDE(CTest) | ||
set (CTEST_NIGHTLY_START_TIME "18:00:00 CST") | ||
set (CTEST_PROJECT_NAME "HDF5Examples") | ||
set (CTEST_NIGHTLY_START_TIME "18:00:00 CST") | ||
|
||
set (CTEST_DROP_METHOD "https") | ||
if (CDASH_LOCAL) | ||
set (CTEST_DROP_SITE "cdash-internal.hdfgroup.org") | ||
set (CTEST_DROP_LOCATION "/submit.php?project=HDF5Examples") | ||
if (CTEST_DROP_SITE_INIT) | ||
set (CTEST_DROP_SITE "${CTEST_DROP_SITE_INIT}") | ||
else () | ||
set (CTEST_DROP_SITE "cdash.hdfgroup.org") | ||
endif () | ||
if (CTEST_DROP_LOCATION_INIT) | ||
set (CTEST_DROP_LOCATION "${CTEST_DROP_LOCATION_INIT}") | ||
else () | ||
set (CTEST_DROP_LOCATION "/submit.php?project=HDF5Examples") | ||
endif () | ||
set (CTEST_DROP_SITE_CDASH TRUE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.