Home
last modified time | relevance | path

Searched +full:ci +full:- +full:configure (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/curl/.github/workflows/
Ddistcheck.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
14 - master
17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
18 cancel-in-progress: true
23 maketgz-and-verify-in-tree:
24 runs-on: ubuntu-latest
25 timeout-minutes: 30
27 - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
[all …]
Dwolfssl.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
18 - 'appveyor.*'
[all …]
/external/mesa3d/.gitlab-ci/meson/
Dbuild.sh5 section_switch meson-cross-file "meson: cross file generate"
7 set -e
8 set -o xtrace
10 CROSS_FILE=/cross_file-"$CROSS".txt
12 export PATH=$PATH:$PWD/.gitlab-ci/build
17 "c = 'compiler-wrapper-${CC:-gcc}.sh'" \
18 "cpp = 'compiler-wrapper-${CXX:-g++}.sh'"
20 # We need to control the version of llvm-config we're using, so we'll
22 if test -n "$LLVM_VERSION"; then
23 LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
[all …]
/external/cronet/third_party/brotli/
DREADME.md5 Brotli is a generic-purpose lossless compression algorithm that compresses data
8 currently available general-purpose compression methods. It is similar in speed
13 Brotli is open-sourced under the MIT License, see the LICENSE file.
18 [![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci
19 …ppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=mast…
23 #### Autotools-style CMake
25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
26 autotools-style configure script for CMake-based projects (not supported on Windows).
31 $ ../configure-cmake
36 …ies are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cma…
[all …]
/external/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -ex
16 apt-get install -y --no-remove "${EPHEMERAL[@]}"
20 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
21 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip
22 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
26 rdfind -makehardlinks true -makeresultsfile false /${ndk}/
28 find /${ndk}/ -type f \( -iname '*clang-check*' -o -iname '*clang-tidy*' -o -iname '*lldb*' \) -exe…
30 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" $ANDROID_SDK_VERSION
32 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 $ANDR…
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DREADME.md1 c-ares
4 [![Build Status](https://api.cirrus-ci.com/github/c-ares/c-ares.svg)](https://cirrus-ci.com/github/…
5 … Status](https://ci.appveyor.com/api/projects/status/aevgc5914tm72pvs/branch/master?svg=true)](htt…
6 …e Status](https://coveralls.io/repos/github/c-ares/c-ares/badge.svg)](https://coveralls.io/github/…
8 …ps://oss-fuzz-build-logs.storage.googleapis.com/badges/c-ares.svg)](https://bugs.chromium.org/p/os…
9 [![Releases](https://coderelease.io/badge/c-ares/c-ares)](https://coderelease.io/github/repository/…
11 This is c-ares, an asynchronous resolver library. It is intended for
17 The full source code is available in the ['c-ares' release archives](https://c-ares.org/download/),
18 and in a git repository: https://github.com/c-ares/c-ares. See the
22 regard to c-ares (or by all means the original ares too), get in touch with us
[all …]
/external/libpng/
D.appveyor.yml1 version: 1.6.x-{build}
5 - /libpng[0-1][0-7]/
6 - /v[0-1][.][0-7][.][0-9]+/
9 - Visual Studio 2022
15 - TOOLCHAIN: vstudio
18 - TOOLCHAIN: vstudio
21 - TOOLCHAIN: vstudio
24 - TOOLCHAIN: llvm
27 - TOOLCHAIN: msys2
30 - TOOLCHAIN: msys2
[all …]
/external/tcpdump/
Dbuild_matrix.sh1 #!/bin/sh -e
17 # warnings in a particular environment (CI or a local working copy). Set it
19 # not cmake warning-free because of the version or whatever other factor
20 # that the scripts can detect both in and out of CI.
23 # warnings in a particular environment (CI or a local working copy). Set it
25 # not warning-free because of the OS, the compiler or whatever other factor
26 # that the scripts can detect both in and out of CI.
35 if [ -z "$PREFIX" ]; then
53 …echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$C…
59 run_after_echo rm -rf build
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
34 configure:
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
[all …]
/external/tpm2-tss/.ci/
Ddocker.run2 # SPDX-License-Identifier: BSD-3-Clause
4 set -e
6 source $TRAVIS_BUILD_DIR/.ci/docker-prelude.sh
10 if [ -d build ]; then
11 rm -rf build
14 if [ -d ./build-no-tests ]; then
15 rm -rf build-no-tests
24 if [ -z "$WITH_CRYPTO" ]; then
30 export CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS --disable-fapi"
37 …./configure --with-fuzzing=libfuzzer --enable-tcti-fuzzing --disable-tcti-device --disable-tcti-ms…
[all …]
/external/brotli/
DREADME.md7 Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding A…
11 Brotli is a generic-purpose lossless compression algorithm that compresses data
14 currently available general-purpose compression methods. It is similar in speed
19 Brotli is open-sourced under the MIT License, see the LICENSE file.
24 [![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci
25 …ppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=mast…
26 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/brotli.svg)](https://o…
36 ./bootstrap-vcpkg.sh
42 #### Autotools-style CMake
44 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
[all …]
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Ddistributions.rs23 ) -> Child { in abs_distribution()
24 let ci = &estimate.confidence_interval; in abs_distribution() localVariable
25 let typical = ci.upper_bound; in abs_distribution()
26 let mut ci_values = [ci.lower_bound, ci.upper_bound, estimate.point_estimate]; in abs_distribution()
30 let start = lb - (ub - lb) / 9.; in abs_distribution()
31 let end = ub + (ub - lb) / 9.; in abs_distribution()
41 .unwrap_or(kde_xs.len() - 1) in abs_distribution()
43 let slope = (ys[n_point] - ys[n_point - 1]) / (kde_xs[n_point] - kde_xs[n_point - 1]); in abs_distribution()
44 let y_point = ys[n_point - 1] + (slope * (point - kde_xs[n_point - 1])); in abs_distribution()
61 let len = end - start; in abs_distribution()
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml1 name: CI Configure
4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DREADME.md10 (CI) scripts on tensorflow devel images. The other option is to install
14 ### Run TensorFlow CI Scripts using Docker
25 ### Run TensorFlow CI Scripts Natively on your Machine
28 but stop when you get to the section "Configure the installation". You do not
29 need to configure the installation to run the CI scripts.
37 tests on either [Jenkins](https://jenkins-ci.org/) or a CI system
44 ### View CI Results
50 CI system.
55 Results from the internal CI system are displayed in the Build Status UI. In
78 ### Third party TensorFlow CI
[all …]
/external/rust/crates/tikv-jemalloc-sys/
DREADME.md1 # jemalloc-sys - Rust bindings to the `jemalloc` C library
3 [![Travis-CI Status]][travis] [![Latest Version]][crates.io] [![docs]][docs.rs]
6 > [`tikv-jemallocator`](https://crates.io/crates/tikv-jemallocator) crate.
27 [`tikv-jemallocator`](https://crates.io/crates/tikv-jemallocator) crate.
31 Most features correspond to `jemalloc` features - the reference is
38 * `profiling` (configure `jemalloc` with `--enable-prof`): Enable heap profiling
41 backtracing, and the configure script chooses the first one in the following
44 * `libunwind` (requires --enable-prof-libunwind)
45 * `libgcc` (unless --disable-prof-libgcc)
46 * `gcc intrinsics` (unless --disable-prof-gcc)
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
DREADME.md1 ## zlib-ng
5 aka Dead2 (zlib-ng àt circlestorm dót org)
7 |CI|Status|
8 |:-|-|
9-ng/zlib-ng/workflows/CI%20CMake/badge.svg)](https://github.com/zlib-ng/zlib-ng/actions) [![Master…
10 …53ee1de871c0c712b65d26.svg?branch=develop)](https://buildkite.com/circlestorm-productions/zlib-ng)|
11 …w.codefactor.io/repository/github/zlib-ng/zlib-ng/badge)](https://www.codefactor.io/repository/git…
12-Fuzz|[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/zlib-ng.svg)](h…
13 …v.io](https://codecov.io/github/zlib-ng/zlib-ng/coverage.svg?branch=develop)](https://codecov.io/g…
17 --------
[all …]
/external/libpng/ci/
Dci_shellify.sh2 set -o errexit -o pipefail -o posix
4 # Copyright (c) 2019-2024 Cosmin Truta.
9 # SPDX-License-Identifier: MIT
11 # shellcheck source=ci/lib/ci.lib.sh
12 source "$(dirname "$0")/lib/ci.lib.sh"
18 # Select only the easy-to-parse definitions of PNG_LIBPNG_*.
19 sed -n -e '/^\# *define * PNG_LIBPNG_[^ ]* * ["0-9A-Za-z_]/ p' |
20 sed -e 's/^\# *define * PNG\([^ ]*\) * \([^ ]*\)/PNG\1=\2/' \
21 -e 's/=PNG\([0-9A-Za-z_]*\)/=\${PNG\1}/' \
22 -e 's/^\([^ ]*=[^ ]*\).*$/export \1;/'
[all …]
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
27 # check for and use this feature without the configure flag
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
58 'threaded-resolver' => 1,
[all …]
/external/python/cpython3/Tools/scripts/
Dpatchcheck.py49 cmd = "git rev-parse --abbrev-ref HEAD".split()
54 encoding='UTF-8')
64 cmd = "git remote get-url upstream".split()
69 encoding='UTF-8')
87 encoding='UTF-8',
126 cmd = 'git diff --name-status ' + base_branch
128 cmd = 'git status --porcelain'
142 if ' -> ' in filename:
144 filename = filename.split(' -> ', 2)[1].strip()
234 @status("configure regenerated", modal=True, info=str)
[all …]
/external/expat/expat/
DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
22 !! without breaking CI (needs discussion before pull requests), !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushing migration from `int` to `size_t` further !!
25 !! including edge-cases test coverage (needs discussion before anything). !!
27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !!
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Disable UBSan vptr since several targets built with -fno-rtti.
19 export CFLAGS="$CFLAGS -fno-sanitize=vptr"
20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
24 mkdir -p $FFMPEG_DEPS_PATH
30 bzip2 -f -d alsa-lib-*
31 tar xf alsa-lib-*
32 rm alsa-lib-*.tar
33 cd alsa-lib-*
[all …]
/external/libogg/
DREADME.md3 [![Travis Build Status](https://travis-ci.org/xiph/ogg.svg?branch=master)](https://travis-ci.org/xi…
5 …![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/xiph/ogg?branch=master…
15 (eg, the modules libvorbis, vorbis-tools for the Vorbis music codec,
21 - `src` The source for libogg, a BSD-license inplementation of the public domain Ogg bitstream form…
23 - `include` Library API headers
25 - `doc` Ogg specification and libogg API documents
27 - `win32` Win32 projects and build automation
33 pre-built utilities may be found there.
39 ./configure
55 ./configure
[all …]
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py15 cmake_quote_string(value) -> str
28 cmake_quote_path(value) -> str
43 mk_quote_string_for_target(target_name) -> str
54 make_install_dir(path) -> None
103 """validate_components() -> None
105 Validate that the project components are well-defined. Among other
107 - Components have valid references.
108 - Components references do not form cycles.
117 for ci in self.component_infos:
118 existing = self.component_info_map.get(ci.name)
[all …]
/external/google-breakpad/
DREADME.md4 crash-reporting system.
8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/)
9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://groups.google.com/d/foru…
10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.google.com/d/forum/googl…
11CI](https://github.com/google/breakpad/actions/workflows/build-test-ci.yml/badge.svg)](https://git…
12 …s://scan.coverity.com/projects/9215/badge.svg)](https://scan.coverity.com/projects/google-breakpad)
16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools)
36 ./configure && make
39 You can also cd to another directory and run configure from there to build
46 `src/tools/linux/md2core/minidump-2-core`, etc).
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml1 name: CI
5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
[all …]

12345678910>>...16