You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CTestConfiguration.ini 2.2KB

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