2
0

DartConfiguration.tcl 2.7 KB

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: /Users/arnislielturks/playground/Urho3D-Original/Source/ThirdParty/libwebsockets
  6. BuildDirectory: /Users/arnislielturks/playground/Urho3D-Original/Source/ThirdParty/libwebsockets/cmake-build-debug
  7. # Where to place the cost data store
  8. CostDataFile:
  9. # Site is something like machine.domain, i.e. pragmatic.crd
  10. Site: Arniss-MBP
  11. # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
  12. BuildName: Darwin-cc
  13. # Subprojects
  14. LabelsForSubprojects:
  15. # Submission information
  16. SubmitURL: http://
  17. # Dashboard start time
  18. NightlyStartTime: 00:00:00 EDT
  19. # Commands for the build/test/submit cycle
  20. ConfigureCommand: "/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake" "/Users/arnislielturks/playground/Urho3D-Original/Source/ThirdParty/libwebsockets"
  21. MakeCommand: /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
  22. DefaultCTestConfigurationType: Release
  23. # version control
  24. UpdateVersionOnly:
  25. # CVS options
  26. # Default is "-d -P -A"
  27. CVSCommand: CVSCOMMAND-NOTFOUND
  28. CVSUpdateOptions: -d -A -P
  29. # Subversion options
  30. SVNCommand: /usr/bin/svn
  31. SVNOptions:
  32. SVNUpdateOptions:
  33. # Git options
  34. GITCommand: /usr/bin/git
  35. GITInitSubmodules:
  36. GITUpdateOptions:
  37. GITUpdateCustom:
  38. # Perforce options
  39. P4Command: P4COMMAND-NOTFOUND
  40. P4Client:
  41. P4Options:
  42. P4UpdateOptions:
  43. P4UpdateCustom:
  44. # Generic update command
  45. UpdateCommand:
  46. UpdateOptions:
  47. UpdateType:
  48. # Compiler info
  49. Compiler:
  50. CompilerVersion:
  51. # Dynamic analysis (MemCheck)
  52. PurifyCommand:
  53. ValgrindCommand:
  54. ValgrindCommandOptions:
  55. MemoryCheckType:
  56. MemoryCheckSanitizerOptions:
  57. MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
  58. MemoryCheckCommandOptions:
  59. MemoryCheckSuppressionFile:
  60. # Coverage
  61. CoverageCommand: /usr/bin/gcov
  62. CoverageExtraFlags: -l
  63. # Cluster commands
  64. SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
  65. SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
  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: 1500
  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: 5
  82. CTestSubmitRetryCount: 3