Searched +full:- +full:dbuild_shared_libs (Results 1 – 4 of 4) sorted by relevance
2 set -euo pipefail15 if [ $# -eq 0 ]; then20 hash $prog 2>&-21 if [ $? -ne 0 ]; then28 if [ $# -ne 0 ]; then36 stdout " [--shared|(--static)] Builds either a static or a shared library"37 stdout " [--debug|(--release)] Builds a certain variant of the library"38 stdout " -g,--generator name The CMake generator to use ('Unix Makefiles')"39 stdout " -o,--output folder The place to output the build files (./output)"43 stdout " ./build --shared --debug"[all …]
14 - '**/*.md'25 - id: Default-x8626 compiler: msvc-19-seh37 - id: Default-x6438 compiler: msvc-19-seh50 - id: Full-x8651 compiler: msvc-19-seh62 - id: Full-x6463 compiler: msvc-19-seh75 - id: Full-x86-Debug[all …]
10 - $HOME/third-party17 - cmake18 - openssl19 - libssl-dev21 - kubuntu-backports25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;29 chmod +x cmake-3.7.2-Linux-x86_64.sh;30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;32 - cmake --version[all …]
20 @set "script_folder=%script_folder:~0,-1%"26 @set dependency_path=%TEMP%\%project%-build-dependencies70 @set /a "log_keep=log_keep-1"72 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @(110 :: -------------------------- Functions start here ----------------------------112 :main - Main function that performs the build116 @call :log 6 "------------------------------------"136 @call :log 6 "------------------------------------"142 :print_usage - Prints the usage of the script143 :: %* - message to print, each argument on it's own line[all …]