Searched +full:- +full:dcurl_werror (Results 1 – 8 of 8) sorted by relevance
3 # SPDX-License-Identifier: curl5 name: non-native10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'[all …]
3 # SPDX-License-Identifier: curl12 # stretch has ELTS support from Freexian until 2027-06-3013 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/14 # The Debian key will expire 2025-05-20, after which package signature24 - master25 - '*/ci'26 paths-ignore:27 - '**/*.md'28 - '.circleci/**'29 - 'appveyor.*'[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'18 - 'projects/**'[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'14 - master17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}18 cancel-in-progress: true23 maketgz-and-verify-in-tree:24 runs-on: ubuntu-latest25 timeout-minutes: 1527 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4[all …]
22 # SPDX-License-Identifier: curl27 set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail32 openssl_root_win='C:/OpenSSL-v34-Win64'34 openssl_root_win='C:/OpenSSL-v111-Win64'40 [[ "${TARGET:-}" = *'ARM64'* ]] && SKIP_RUN='ARM64 architecture'41 [ -n "${TOOLSET:-}" ] && options+=" -T ${TOOLSET}"42 [ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}"43 [ -n "${CURLDEBUG:-}" ] && options+=" -DENABLE_CURLDEBUG=${CURLDEBUG}"44 [ "${PRJ_CFG}" = 'Debug' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG='45 [ "${PRJ_CFG}" = 'Release' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE='[all …]