Searched +full:libbrotli +full:- +full:dev (Results 1 – 12 of 12) sorted by relevance
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'18 - 'appveyor.*'[all …]
3 # SPDX-License-Identifier: curl5 name: Linux 32-bit10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: osslq-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: ngtcp2-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.azure-pipelines.yml'15 - '.circleci/**'16 - '.cirrus.yml'17 - 'appveyor.*'18 - 'packages/**'[all …]
9 brew update >/dev/null13 "gcc-"*)14 …${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | se…20 brew cask install homebrew/cask-versions/adoptopenjdk828 …et 'https://raw.githubusercontent.com/nemequ/pgi-travis/de6212d94fd0e7d07a6ef730c23548c337c436a7/i…29 …d93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict ||…30 /bin/sh install-pgi.sh42 …-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_RO…44 …cmake ${CMAKE_FLAGS} -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DENABLE_SANITIZER="${SA…46 ctest -V || exit 1[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt-get install -y make autoconf automake libtool21 RUN apt-get install -y libbrotli-dev24 RUN apt-get update && apt-get install -y zlib1g-dev26 RUN git clone --depth 1 https://github.com/yhirose/cpp-httplib.git cpp-httplib28 WORKDIR cpp-httplib
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt-get install -y \24 glib2.0-dev \25 gobject-introspection \26 gtk-doc-tools \27 libbrotli-dev \28 libexpat1-dev \29 libffi-dev \30 libfftw3-dev \[all …]
21 # SPDX-License-Identifier: curl24 # https://dev.azure.com/daniel0244/curl/_build?view=runs32 - 'master'33 - '*/ci'36 - '.circleci/*'37 - '.cirrus.yml'38 - '.github/*'39 - '.github/workflows/*'40 - 'appveyor.*'41 - 'packages/*'[all …]
21 # SPDX-License-Identifier: curl28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference36 - run:38 autoreconf -fi39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }41 configure-openssl-no-verbose:43 - run:45 autoreconf -fi46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }[all …]