Home
last modified time | relevance | path

Searched full:build_type (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/
D.travis.yml36 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
62 …- if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install opens…
70 -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
117 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
181 BUILD_TYPE=Debug
215 BUILD_TYPE=Release
250 BUILD_TYPE=Release
284 BUILD_TYPE=Release
318 BUILD_TYPE=Release
343 BUILD_TYPE=Coverage
[all …]
Dappveyor.yml283 - set build_type=%configuration%
371 -DCMAKE_BUILD_TYPE=%build_type%
427 …- if "%build_type%"=="Release" (cmake "-DCMAKE_INSTALL_PREFIX=%install_path%" -P "%build_path%/cma…
433 - if "%build_type%"=="Release" (echo "Install directory:")
434 - if "%build_type%"=="Release" (dir %install_path%)
435 - if "%build_type%"=="Release" (dir %install_path%\bin)
436 - if "%build_type%"=="Release" (dir %install_path%\include)
437 - if "%build_type%"=="Release" (dir %install_path%\lib)
438 - if "%build_type%"=="Release" (copy "%install_path%"\include dist\)
439 - if "%build_type%"=="Release" (copy "%install_path%"\bin\*.exe dist\)
Dbuild79 local build_type=Release
83 --debug) build_type=Debug;;
84 --release) build_type=Release;;
112 …cmake -G ${generator} -DCMAKE_BUILD_TYPE=${build_type} -DBUILD_SHARED_LIBS:BOOL=${shared} ${src_di…
Dbuild.cmd25 @set build_type=Release variable
40 @if /i [!arg!] == [/d] set build_type=Debug variable
214 -DCMAKE_BUILD_TYPE=!build_type! ^
252 @set "build_command=^"!msbuild_executable!^" /m:4 /p:Configuration=%build_type% %project%.sln"
Dconanfile.py16 settings = "os", "compiler", "build_type", "arch"
/civetweb-2.7.6/conan/test_package/
Dconanfile.py8 settings = "os", "compiler", "build_type", "arch"