Release v0.1.5.4 prepare for release
This commit is contained in:
109
build-clang/DartConfiguration.tcl
Normal file
109
build-clang/DartConfiguration.tcl
Normal file
@@ -0,0 +1,109 @@
|
||||
# This file is configured by CMake automatically as DartConfiguration.tcl
|
||||
# If you choose not to use CMake, this file may be hand configured, by
|
||||
# filling in the required variables.
|
||||
|
||||
|
||||
# Configuration directories and files
|
||||
SourceDirectory: C:/Users/mbusc/source/repos/privatebin-cpp
|
||||
BuildDirectory: C:/Users/mbusc/source/repos/privatebin-cpp/build-clang
|
||||
|
||||
# Where to place the cost data store
|
||||
CostDataFile:
|
||||
|
||||
# Site is something like machine.domain, i.e. pragmatic.crd
|
||||
Site: master11
|
||||
|
||||
# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
|
||||
BuildName: Win32-MSBuild
|
||||
|
||||
# Subprojects
|
||||
LabelsForSubprojects:
|
||||
|
||||
# Submission information
|
||||
SubmitURL: http://
|
||||
SubmitInactivityTimeout:
|
||||
|
||||
# Dashboard start time
|
||||
NightlyStartTime: 00:00:00 EDT
|
||||
|
||||
# Commands for the build/test/submit cycle
|
||||
ConfigureCommand: "C:/Program Files/CMake/bin/cmake.exe" "C:/Users/mbusc/source/repos/privatebin-cpp"
|
||||
MakeCommand: "C:\Program Files\CMake\bin\cmake.exe" --build . --config "${CTEST_CONFIGURATION_TYPE}"
|
||||
DefaultCTestConfigurationType: Release
|
||||
|
||||
# version control
|
||||
UpdateVersionOnly:
|
||||
|
||||
# CVS options
|
||||
# Default is "-d -P -A"
|
||||
CVSCommand:
|
||||
CVSUpdateOptions:
|
||||
|
||||
# Subversion options
|
||||
SVNCommand:
|
||||
SVNOptions:
|
||||
SVNUpdateOptions:
|
||||
|
||||
# Git options
|
||||
GITCommand: C:/Program Files/Git/cmd/git.exe
|
||||
GITInitSubmodules:
|
||||
GITUpdateOptions:
|
||||
GITUpdateCustom:
|
||||
|
||||
# Perforce options
|
||||
P4Command:
|
||||
P4Client:
|
||||
P4Options:
|
||||
P4UpdateOptions:
|
||||
P4UpdateCustom:
|
||||
|
||||
# Generic update command
|
||||
UpdateCommand: C:/Program Files/Git/cmd/git.exe
|
||||
UpdateOptions:
|
||||
UpdateType: git
|
||||
|
||||
# Compiler info
|
||||
Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm/x64/bin/clang-cl.exe
|
||||
CompilerVersion: 19.1.5
|
||||
|
||||
# Dynamic analysis (MemCheck)
|
||||
PurifyCommand:
|
||||
ValgrindCommand:
|
||||
ValgrindCommandOptions:
|
||||
DrMemoryCommand:
|
||||
DrMemoryCommandOptions:
|
||||
CudaSanitizerCommand:
|
||||
CudaSanitizerCommandOptions:
|
||||
MemoryCheckType:
|
||||
MemoryCheckSanitizerOptions:
|
||||
MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
|
||||
MemoryCheckCommandOptions:
|
||||
MemoryCheckSuppressionFile:
|
||||
|
||||
# Coverage
|
||||
CoverageCommand: COVERAGE_COMMAND-NOTFOUND
|
||||
CoverageExtraFlags: -l
|
||||
|
||||
# Testing options
|
||||
# TimeOut is the amount of time in seconds to wait for processes
|
||||
# to complete during testing. After TimeOut seconds, the
|
||||
# process will be summarily terminated.
|
||||
# Currently set to 25 minutes
|
||||
TimeOut: 1500
|
||||
|
||||
# During parallel testing CTest will not start a new test if doing
|
||||
# so would cause the system load to exceed this value.
|
||||
TestLoad:
|
||||
|
||||
TLSVerify:
|
||||
TLSVersion:
|
||||
|
||||
UseLaunchers: 0
|
||||
CurlOptions:
|
||||
# warning, if you add new options here that have to do with submit,
|
||||
# you have to update cmCTestSubmitCommand.cxx
|
||||
|
||||
# For CTest submissions that timeout, these options
|
||||
# specify behavior for retrying the submission
|
||||
CTestSubmitRetryDelay: 5
|
||||
CTestSubmitRetryCount: 3
|
||||
Reference in New Issue
Block a user