Home
last modified time | relevance | path

Searched +full:ubuntu +full:- +full:cmake +full:- +full:install (Results 1 – 25 of 190) sorted by relevance

12345678

/external/angle/third_party/vulkan-deps/spirv-headers/src/.github/workflows/
Dpresubmit.yml10 runs-on: ${{ matrix.os }}
13 os: [ubuntu-latest, macos-latest, windows-latest]
15 - uses: actions/checkout@v3
16 - name: Install Ubuntu packages
17 if: matrix.os == 'ubuntu-latest'
18 run: sudo apt install -y dos2unix
19 - name: Install macOS packages
20 if: matrix.os == 'macos-latest'
21 run: brew install dos2unix
22 - name: Build
[all …]
/external/flac/.github/workflows/
Daction.yml7 - cron: '0 0 1 * *'
15 ubuntu-latest-gcc-autotools,
16 ubuntu-latest-clang-autotools,
17 ubuntu-latest-gcc-cmake,
18 ubuntu-latest-clang-cmake,
19 macos-latest-clang-autotools,
20 macos-latest-clang-cmake,
21 windows-latest-cmake,
22 ubuntu-latest-gcc-autotools-64-bit-words,
23 ubuntu-latest-clang-autotools-64-bit-words,
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/.github/workflows/
Dci.yml1 # Copyright 2022-2023 LunarG, Inc.
3 # SPDX-License-Identifier: Apache-2.0
11 - main
20 ubuntu-cmake-install:
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v3
24 - uses: lukka/get-cmake@latest
27 - name: Configure Vulkan-Headers
28 run: cmake -S . -B build
29 - name: Install Vulkan-Headers
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml1 name: CI CMake
4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
[all …]
Dpkgcheck.yml4 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++
20 packages: gcc-multilib g++-multilib
[all …]
Dpigz.yml4 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
23 os: ubuntu-latest
[all …]
Danalyze.yml5 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…
22 - name: Compile source code
24 cmake --build . --config Release > /dev/null
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/.github/workflows/
Dcontinuous_integration.yml2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i…
3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
13 - main
15 permissions: read-all
19 runs-on: ubuntu-22.04
21 fail-fast: false
26 - uses: actions/checkout@v3
27 - uses: lukka/get-cmake@latest
28 - uses: actions/setup-python@v4
30 python-version: '3.7'
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/deqp-deps/glslang/.github/workflows/
Dcontinuous_integration.yml2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i…
3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
13 - main
15 permissions: read-all
19 runs-on: ${{matrix.os}}
21 fail-fast: false
23 os: [ubuntu-20.04]
27 - uses: actions/checkout@v2
28 - uses: actions/setup-python@v2
30 python-version: '3.7'
[all …]
/external/XNNPACK/.github/workflows/
Dbuild.yml1 name: Build using CMake
4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
5 cancel-in-progress: true
7 cmake-linux-local:
8 runs-on: ubuntu-latest
9 timeout-minutes: 40
11 - uses: actions/checkout@v2
12 - name: Update apt
14 - name: Install ninja
15 run: sudo apt install ninja-build
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - gcc
7 # - clang
10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'.
11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <…
12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion…
20 lz4-c-compilers:
23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
28 …# pkgs : apt-get package names. It can include multiple package names which are delimit…
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
38 …ons YAML workflow label. See https://github.com/actions/virtual-environments#available-environmen…
[all …]
/external/openthread/.github/workflows/
Dbuild.yml35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
44 runs-on: ubuntu-20.04
46 - uses: actions/checkout@v2
49 - name: Bootstrap
51 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
52 sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 shellcheck
53 python3 -m pip install yapf==0.31.0
54 sudo snap install shfmt
[all …]
/external/deqp-deps/SPIRV-Headers/.github/workflows/
Dpresubmit.yml7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
18 run: brew install dos2unix
19 - name: Build
[all …]
/external/swiftshader/third_party/SPIRV-Headers/.github/workflows/
Dpresubmit.yml7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
18 run: brew install dos2unix
19 - name: Build
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
4 # We're doing separate install into destdir so that the test server
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
[all …]
/external/parameter-framework/upstream/
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/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
14 linux-kernel:
15 runs-on: ubuntu-latest
17 - uses: actions/checkout@v2
18 - name: linux kernel, library + build + test
19 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
22 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
[all …]
/external/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]
/external/cpu_features/ci/docker/amd64/
DDockerfile2 # ref: https://hub.docker.com/_/ubuntu
3 FROM ubuntu:latest AS env
5 # Install system build dependencies
7 RUN apt-get update -qq \
8 && DEBIAN_FRONTEND=noninteractive apt-get install -yq git wget libssl-dev build-essential \
9 ninja-build python3 pkgconf libglib2.0-dev \
10 && apt-get clean \
11 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
12 ENTRYPOINT ["/usr/bin/bash", "-c"]
15 # Install CMake 3.21.3
[all …]
/external/eigen/ci/
Dsmoketests.gitlab-ci.yml3 image: ubuntu:18.04
5 - apt-get update -y
6 - apt-get install -y --no-install-recommends software-properties-common
7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
8 - apt-get update
9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build
12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G
14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}
[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
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
39 [here](https://travis-ci.org/google/fruit/builds). The CI configuration is defined in
54 * In various Ubuntu versions
[all …]
/external/tinyxml2/.github/workflows/
Dtest.yml7 fail-fast: false
9 os: [ windows-2019, macos-10.15, ubuntu-20.04 ]
10 cmake: [ 3.15, 3.x ]
12 - os: windows-2019
17 - os: ubuntu-20.04
20 - os: macos-10.15
23 - cmake: 3.15
24 cmake_name: CMake 3.15
25 - cmake: 3.x
26 cmake_name: Latest CMake
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 Usage: sh test/pkgcheck.sh [--zlib-compat]
8 If --zlib-compat, tests with zlib compatible builds.
12 $ sudo apt install ninja-build diffoscope gcc-multilib
13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32
16 To cross-build, install the appropriate qemu and gcc packages,
17 and set the environment variables used by configure or cmake.
18 On Ubuntu, for example (values taken from .github/workflows/pkgconf.yml):
21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
22 $ export CHOST=arm-linux-gnueabihf
23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C…
[all …]

12345678