CTestConfiguration.ini 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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/ymzz/YMbot_ROS2/src/chassis_control/chassis_driver_node
  6. BuildDirectory: /home/ymzz/YMbot_ROS2/build/chassis_driver_node
  7. # Where to place the cost data store
  8. CostDataFile:
  9. # Site is something like machine.domain, i.e. pragmatic.crd
  10. Site: ymzz-Default-string
  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. SubmitURL:
  17. SubmitInactivityTimeout:
  18. # Dashboard start time
  19. NightlyStartTime:
  20. # Commands for the build/test/submit cycle
  21. ConfigureCommand: "/usr/bin/cmake" "/home/ymzz/YMbot_ROS2/src/chassis_control/chassis_driver_node"
  22. MakeCommand:
  23. DefaultCTestConfigurationType:
  24. # version control
  25. UpdateVersionOnly:
  26. # CVS options
  27. # Default is "-d -P -A"
  28. CVSCommand:
  29. CVSUpdateOptions:
  30. # Subversion options
  31. SVNCommand:
  32. SVNOptions:
  33. SVNUpdateOptions:
  34. # Git options
  35. GITCommand:
  36. GITInitSubmodules:
  37. GITUpdateOptions:
  38. GITUpdateCustom:
  39. # Perforce options
  40. P4Command:
  41. P4Client:
  42. P4Options:
  43. P4UpdateOptions:
  44. P4UpdateCustom:
  45. # Generic update command
  46. UpdateCommand:
  47. UpdateOptions:
  48. UpdateType:
  49. # Compiler info
  50. Compiler: /usr/bin/c++
  51. CompilerVersion: 13.3.0
  52. # Dynamic analysis (MemCheck)
  53. PurifyCommand:
  54. ValgrindCommand:
  55. ValgrindCommandOptions:
  56. DrMemoryCommand:
  57. DrMemoryCommandOptions:
  58. CudaSanitizerCommand:
  59. CudaSanitizerCommandOptions:
  60. MemoryCheckType:
  61. MemoryCheckSanitizerOptions:
  62. MemoryCheckCommand:
  63. MemoryCheckCommandOptions:
  64. MemoryCheckSuppressionFile:
  65. # Coverage
  66. CoverageCommand:
  67. CoverageExtraFlags:
  68. # Testing options
  69. # TimeOut is the amount of time in seconds to wait for processes
  70. # to complete during testing. After TimeOut seconds, the
  71. # process will be summarily terminated.
  72. # Currently set to 25 minutes
  73. TimeOut:
  74. # During parallel testing CTest will not start a new test if doing
  75. # so would cause the system load to exceed this value.
  76. TestLoad:
  77. UseLaunchers:
  78. CurlOptions:
  79. # warning, if you add new options here that have to do with submit,
  80. # you have to update cmCTestSubmitCommand.cxx
  81. # For CTest submissions that timeout, these options
  82. # specify behavior for retrying the submission
  83. CTestSubmitRetryDelay:
  84. CTestSubmitRetryCount: