mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updated run nightly tests with cleanup script
This commit is contained in:
parent
0067222b95
commit
7de662d920
2 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
## ENABLE_TESTING()
|
||||
## INCLUDE(CTest)
|
||||
set(CTEST_PROJECT_NAME "OpenMC")
|
||||
set(CTEST_NIGHTLY_START_TIME "05:00:00 UTC")
|
||||
set(CTEST_NIGHTLY_START_TIME "03:00:00 UTC")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "neutronbalance.mit.edu")
|
||||
|
|
|
|||
|
|
@ -171,6 +171,8 @@ ctest_vars = {
|
|||
|
||||
# Begin testing
|
||||
call(['rm', '-rf', 'build'])
|
||||
call(['rm', '-rf', 'ctestscript.run'])
|
||||
call(['./cleanup'])
|
||||
for key in iter(tests):
|
||||
test = tests[key]
|
||||
|
||||
|
|
@ -188,3 +190,5 @@ for key in iter(tests):
|
|||
|
||||
# Clear build directory
|
||||
call(['rm', '-rf', 'build'])
|
||||
call(['rm', '-rf', 'ctestscript.run'])
|
||||
call(['./cleanup'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue