Searched full:build_type (Results 1 – 6 of 6) sorted by relevance
36 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then62 …- 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" ]; then181 BUILD_TYPE=Debug215 BUILD_TYPE=Release250 BUILD_TYPE=Release284 BUILD_TYPE=Release318 BUILD_TYPE=Release343 BUILD_TYPE=Coverage[all …]
283 - 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\)
79 local build_type=Release83 --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…
25 @set build_type=Release variable40 @if /i [!arg!] == [/d] set build_type=Debug variable214 -DCMAKE_BUILD_TYPE=!build_type! ^252 @set "build_command=^"!msbuild_executable!^" /m:4 /p:Configuration=%build_type% %project%.sln"
16 settings = "os", "compiler", "build_type", "arch"
8 settings = "os", "compiler", "build_type", "arch"