Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Marble
Commits
aaf624f1
Commit
aaf624f1
authored
Sep 01, 2022
by
Ahmad Samir
Browse files
Remove CTestConfig.cmake, the repo isn't using my.cdash.org
parent
fd4671b1
Pipeline
#225989
passed with stage
in 15 minutes and 35 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CTestConfig.cmake
deleted
100644 → 0
View file @
fd4671b1
SET
(
CTEST_PROJECT_NAME
"Marble"
)
SET
(
CTEST_NIGHTLY_START_TIME
"00:00:00 UTC"
)
IF
(
NOT DEFINED CTEST_DROP_METHOD
)
SET
(
CTEST_DROP_METHOD
"http"
)
ENDIF
(
NOT DEFINED CTEST_DROP_METHOD
)
IF
(
CTEST_DROP_METHOD STREQUAL
"http"
)
SET
(
CTEST_DROP_SITE
"my.cdash.org"
)
SET
(
CTEST_DROP_LOCATION
"/submit.php?project=Marble"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
ENDIF
(
CTEST_DROP_METHOD STREQUAL
"http"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment