Home
last modified time | relevance | path

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

12345678910

/external/libxml2/
D.gitlab-ci.yml4 BASE_CONFIG: "--with-ftp --with-legacy --with-xptr-locs"
6 - rm -rf libxml2-build
7 - mkdir libxml2-build
8 - ln -s /tests/xmlconf libxml2-build
10 - sh .gitlab-ci/test.sh
15 CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=700"
20 BASE_CONFIG: "--with-minimum"
21 CFLAGS: "-O2"
26 CFLAGS: "-O2"
32 CONFIG: "--disable-shared --without-python --without-modules"
[all …]
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py15 cmake_quote_string(value) -> str
17 Return a quoted form of the given value that is suitable for use in CMake
28 cmake_quote_path(value) -> str
30 Return a quoted form of the given value that is suitable for use in CMake
34 # CMake has a bug in it's Makefile generator that doesn't properly quote
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.
[all …]
/external/google-fruit/
DCONTRIBUTING.md7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually).
15 Fruit supports two build systems: CMake (configured in `CMakeLists.txt` files) and
22 Both build systems are tested in Travis CI (see below).
24 Example commands to build a development version of Fruit using CMake (with all assertions enabled) …
28 mkdir build-debug
29 cd build-debug
30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DFRUIT_ENABLE_CLANG_TIDY=TRUE -DCMAKE_CXX_FLAGS="-Werror -DFRUIT…
31 make -j 16
33 py.test-3 -n auto
36 ### Continuous Integration (CI)
[all …]
/external/tcpdump/
Dbuild_matrix.sh1 #!/bin/sh -e
5 # variables: BUILD_LIBPCAP, REMOTE, CC, CMAKE, CRYPTO and SMB.
16 # Set this variable to "yes" before calling this script to disregard all cmake
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
[all …]
/external/libpng/
D.appveyor.yml1 version: 1.6.x-{build}
5 - /libpng[0-1][0-7]/
8 - Visual Studio 2022
14 - TOOLCHAIN: vstudio
15 AUTOMATION: cmake
17 - TOOLCHAIN: vstudio
18 AUTOMATION: cmake
20 - TOOLCHAIN: vstudio
21 AUTOMATION: cmake
24 - TOOLCHAIN: msys2
[all …]
/external/webrtc/third_party/crc32c/src/
DREADME.md3 [![Build Status](https://travis-ci.org/google/crc32c.svg?branch=master)](https://travis-ci.org/goog…
4 [![Build Status](https://ci.appveyor.com/api/projects/status/moiq7331pett4xuj/branch/master?svg=tru…
9 is a stable key-value store that is widely used at Google.
16 [RFC 3720](https://tools.ietf.org/html/rfc3720#section-12.1). The polynomial was
49 This project uses [CMake](https://cmake.org/) for building and testing. CMake is
56 git submodule update --init --recursive
62 apm install autocomplete-clang build build-cmake clang-format language-cmake \
63 linter linter-clang
67 `autocomplete-clang` and `linter-clang` with `you-complete-me`. This requires
68 [setting up ycmd](https://github.com/ycm-core/ycmd#building).
[all …]
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
3 # This file can be validated on: http://lint.travis-ci.org/
10 - gcc
11 - clang
13 - linux
14 - osx
17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug
18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug
20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
[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 …s are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cmake
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Drelease.yml1 name: CI Release
5 - '*'
7 ci-cmake:
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
14 - name: Windows MSVC Win32
15 os: windows-latest
17 cmake-args: -A Win32
18 deploy-name: win-x86
20 - name: Windows MSVC Win32 Compat
[all …]
Dpigz.yml1 name: CI Pigz
4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
16 - name: Ubuntu GCC Symbol Prefix
17 os: ubuntu-latest
20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_
22 - name: Ubuntu Clang
[all …]
Dlibpng.yml1 name: CI Libpng
6 runs-on: ubuntu-latest
9 - name: Checkout repository (zlib-ng)
12 - name: Generate project files (zlib-ng)
14cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DZLIB_COMPAT=ON -DZLIB_ENABLE_TESTS=OFF
17 CFLAGS: -fPIC
18 CI: true
20 - name: Compile source code (zlib-ng)
22 cmake --build . --config Release
24 - name: Checkout repository (libpng)
[all …]
Danalyze.yml1 name: CI Static Analysis
5 runs-on: ubuntu-latest
7 - name: Checkout repository
10 - name: Install packages (Ubuntu)
12 sudo apt-get install -y gcc-10
14 - name: Generate project files
16cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_FUZZERS=OFF -DWITH_CODE_COVERAGE…
18 CC: gcc-10
19-fanalyzer -Werror -Wanalyzer-double-fclose -Wanalyzer-double-free -Wanalyzer-exposure-through-out…
20 CI: true
[all …]
Dpkgcheck.yml1 name: CI Pkgcheck
4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 cxx-compiler: g++
16 - name: Ubuntu GCC -m32
17 os: ubuntu-latest
19 cxx-compiler: g++
[all …]
/external/vulkan-validation-layers/
DCONTRIBUTING.md5 The source code for The Vulkan-ValidationLayer components is sponsored by Khronos and LunarG.
6 * [Khronos Vulkan-ValidationLayers](https://github.com/KhronosGroup/Vulkan-ValidationLayers)
17 * Examine the [issues list](https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues)
19 * Alternatively, run the `vk_validation_stats.py` script (in the scripts directory) with the `-todo`
20 command line argument to see a list of as-yet unimplemented validation checks.
28 Please see the [section about Validation Layers](#special-considerations-for-validation-layers)
47 This will involve [forking the repository](https://help.github.com/articles/fork-a-repo/),
48 …mmits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
49 * Please read and adhere to the style and process [guidelines ](#coding-conventions-and-formatting)…
52 …passes the Google/LunarG internal CI processes. Once the Pull Request has been approved and is pas…
[all …]
D.travis.yml1 # Build Configuration for Travis CI
2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
24 - os: linux
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/
DDockerfile1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
12 # can also just start the image with a shell to debug CI failures.
15 # $ docker run --env-file <secrets> -it $(docker build -q libcxx/utils/ci)
23 # build bot, see the `run-buildbot-container` script located in this directory.
25 # A pre-built version of this image is maintained on DockerHub as ldionne/libcxx-builder.
26 # To update the image, rebuild it and push it to ldionne/libcxx-builder (which
29 # $ docker build -t ldionne/libcxx-builder libcxx/utils/ci
30 # $ docker push ldionne/libcxx-builder
[all …]
/external/expat/expat/
DChanges7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
9 XML_ExternalEntityParserCreate in out-of-memory situations.
20 #656 CMake: Fix generation of pkg-config file
21 #658 MinGW|CMake: Fix static library name
41 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in
46 #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0
51 #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output
52 #596 #625 Autotools: Sync CMake templates with CMake 3.22
53 #608 CMake: Migrate from use of CMAKE_*_POSTFIX to
56 #597 #599 Windows|CMake: Add missing -DXML_STATIC to test runners
[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/parameter-framework/upstream/
DREADME.md1 # parameter-framework
3 …![Build Status](https://travis-ci.org/01org/parameter-framework.svg?branch=master)](https://travis
4 …s](https://ci.appveyor.com/api/projects/status/ga24jp8tet0qimbu/branch/master)](https://ci.appveyo…
5 …//codecov.io/github/01org/parameter-framework/coverage.svg?branch=master)](https://codecov.io/gith…
9 The parameter-framework is a plugin-based and rule-based framework for handling
12 1. Describe your system's structure and its parameters (in XML) - aka. **What**;
14 that you just described - aka. **How**;
15 3. Define (in XML or in a domain-specific-language) conditions/rules upon which
16 a given parameter must take a given value - aka. **When**.
18 ![What, How, When](https://01org.github.io/parameter-framework/hosting/what-how-when.png)
[all …]
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/libevent/
DREADME.md7 …![Appveyor Win32 Build Status](https://ci.appveyor.com/api/projects/status/ng3jg0uhy44mp7ik?svg=tr…
8 [![Travis Build Status](https://travis-ci.org/libevent/libevent.svg?branch=master)](https://travis-…
10 …itter.im/libevent/libevent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad…
23 ## CMake (General)
26 The following Libevent specific CMake variables are as follows (the values being
34 # Installation directory for CMake files
35 EVENT_INSTALL_CMAKE_DIR:PATH=lib/cmake/libevent
38 # GCC/CLang). Make sure to enable -DCMAKE_BUILD_TYPE=Debug as well.
70 # on the the cross compilation target to verify that it works. See CMake
75 __More variables can be found by running `cmake -LAH <sourcedir_path>`__
[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/curl/
Dappveyor.yml21 # SPDX-License-Identifier: curl
24 # https://ci.appveyor.com/project/curlorg/curl/history
26 # https://www.appveyor.com/docs/appveyor-yml/
32 # generated CMake-based Visual Studio Release builds
33 - job_name: "CMake, VS2008, Release x86, Schannel"
35 BUILD_SYSTEM: CMake
45 - job_name: "CMake, VS2022, Release x64, OpenSSL, WebSockets"
47 BUILD_SYSTEM: CMake
49 TARGET: "-A x64"
59 - job_name: "CMake, VS2022, Release arm64, Schannel, Static"
[all …]
/external/libpcap/
Dbuild_matrix.sh1 #!/bin/sh -e
10 # warnings in a particular environment (CI or a local working copy). Set it
12 # not warning-free because of the OS, the compiler or whatever other factor
13 # that the scripts can detect both in and out of CI.
19 # variables: CC, CMAKE and REMOTE.
24 if [ -z "$PREFIX" ]; then
31 if command -v valgrind >/dev/null 2>&1; then
32 VALGRIND_CMD="valgrind --leak-check=full --error-exitcode=1"
44 for CMAKE in $MATRIX_CMAKE; do
45 export CMAKE
[all …]
/external/flac/
D.gitlab-ci.yml3 - docker
10 - apt-get update &&
11 apt-get install -y libogg-dev
12 libtool-bin gettext zip
15 - adduser --disabled-password --gecos "Gitlab CI" flac
17 - ./autogen.sh
18 - ./configure
19 - make
20 - su -c 'make distcheck' flac
22 cmake:
[all …]

12345678910