CTestConfiguration.ini 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. # This file is configured by CMake automatically as DartConfiguration.tcl
  2. # If you choose not to use CMake, this file may be hand configured, by
  3. # filling in the required variables.
  4. # Configuration directories and files
  5. SourceDirectory: /home/ipc2001/usbcam/src
  6. BuildDirectory: /home/ipc2001/usbcam/build
  7. # Where to place the cost data store
  8. CostDataFile:
  9. # Site is something like machine.domain, i.e. pragmatic.crd
  10. Site: ipc2001-laptop
  11. # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
  12. BuildName:
  13. # Subprojects
  14. LabelsForSubprojects:
  15. # Submission information
  16. IsCDash:
  17. CDashVersion:
  18. QueryCDashVersion:
  19. DropSite:
  20. DropLocation:
  21. DropSiteUser:
  22. DropSitePassword:
  23. DropSiteMode:
  24. DropMethod:
  25. TriggerSite:
  26. ScpCommand:
  27. # Dashboard start time
  28. NightlyStartTime:
  29. # Commands for the build/test/submit cycle
  30. ConfigureCommand: "/usr/bin/cmake" "/home/ipc2001/usbcam/src"
  31. MakeCommand:
  32. DefaultCTestConfigurationType:
  33. # version control
  34. UpdateVersionOnly:
  35. # CVS options
  36. # Default is "-d -P -A"
  37. CVSCommand:
  38. CVSUpdateOptions:
  39. # Subversion options
  40. SVNCommand:
  41. SVNOptions:
  42. SVNUpdateOptions:
  43. # Git options
  44. GITCommand:
  45. GITInitSubmodules:
  46. GITUpdateOptions:
  47. GITUpdateCustom:
  48. # Perforce options
  49. P4Command:
  50. P4Client:
  51. P4Options:
  52. P4UpdateOptions:
  53. P4UpdateCustom:
  54. # Generic update command
  55. UpdateCommand:
  56. UpdateOptions:
  57. UpdateType:
  58. # Compiler info
  59. Compiler: /usr/bin/c++
  60. CompilerVersion: 7.5.0
  61. # Dynamic analysis (MemCheck)
  62. PurifyCommand:
  63. ValgrindCommand:
  64. ValgrindCommandOptions:
  65. MemoryCheckType:
  66. MemoryCheckSanitizerOptions:
  67. MemoryCheckCommand:
  68. MemoryCheckCommandOptions:
  69. MemoryCheckSuppressionFile:
  70. # Coverage
  71. CoverageCommand:
  72. CoverageExtraFlags:
  73. # Cluster commands
  74. SlurmBatchCommand:
  75. SlurmRunCommand:
  76. # Testing options
  77. # TimeOut is the amount of time in seconds to wait for processes
  78. # to complete during testing. After TimeOut seconds, the
  79. # process will be summarily terminated.
  80. # Currently set to 25 minutes
  81. TimeOut:
  82. # During parallel testing CTest will not start a new test if doing
  83. # so would cause the system load to exceed this value.
  84. TestLoad:
  85. UseLaunchers:
  86. CurlOptions:
  87. # warning, if you add new options here that have to do with submit,
  88. # you have to update cmCTestSubmitCommand.cxx
  89. # For CTest submissions that timeout, these options
  90. # specify behavior for retrying the submission
  91. CTestSubmitRetryDelay:
  92. CTestSubmitRetryCount: