Use cdash on cmacslab2 machine due to 10-build per day restriction
This commit is contained in:
parent
9f64e2b14b
commit
5e603dbf9f
1 changed files with 7 additions and 2 deletions
|
@ -9,9 +9,14 @@
|
|||
set(CTEST_PROJECT_NAME "Lean")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
||||
|
||||
#set(CTEST_DROP_METHOD "http")
|
||||
#set(CTEST_DROP_SITE "my.cdash.org")
|
||||
#set(CTEST_DROP_LOCATION "/submit.php?project=Lean")
|
||||
#set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "my.cdash.org")
|
||||
set(CTEST_DROP_LOCATION "/submit.php?project=Lean")
|
||||
set(CTEST_DROP_SITE "cmacslab2.modck.cs.cmu.edu")
|
||||
set(CTEST_DROP_LOCATION "/CDash-2-0-2/submit.php?project=Lean")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
|
||||
set(UPDATE_COMMAND "git")
|
||||
|
|
Loading…
Reference in a new issue