Searched +full:ubuntu +full:- +full:cmake +full:- +full:check (Results 1 – 25 of 132) sorted by relevance
123456
| /external/deqp-deps/SPIRV-Headers/.github/workflows/ |
| D | presubmit.yml | 10 runs-on: ${{ matrix.os }} 13 os: [ubuntu-latest, macos-latest, windows-latest] 15 - uses: actions/checkout@v4 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' 22 - name: Build 26 cmake -DCMAKE_INSTALL_PREFIX=install .. [all …]
|
| /external/swiftshader/third_party/SPIRV-Headers/.github/workflows/ |
| D | presubmit.yml | 10 runs-on: ${{ matrix.os }} 13 os: [ubuntu-latest, macos-latest, windows-latest] 15 - uses: actions/checkout@v4 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' 22 - name: Build 26 cmake -DCMAKE_INSTALL_PREFIX=install .. [all …]
|
| /external/angle/third_party/spirv-headers/src/.github/workflows/ |
| D | presubmit.yml | 10 runs-on: ${{ matrix.os }} 13 os: [ubuntu-latest, macos-latest, windows-latest] 15 - uses: actions/checkout@v4 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' 22 - name: Build 26 cmake -DCMAKE_INSTALL_PREFIX=install .. [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | pkgcheck.yml | 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++ 20 packages: gcc-multilib g++-multilib [all …]
|
| /external/openthread/.github/workflows/ |
| D | build.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-22.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 [all …]
|
| /external/flac/.github/workflows/ |
| D | action.yml | 12 - name: ubuntu-latest-clang-autotools 13 os: ubuntu-latest 16 build-system: autotools 17 configure-opts: '' 19 - name: ubuntu-latest-gcc-cmake 20 os: ubuntu-latest 23 build-system: cmake 24 configure-opts: '' 26 - name: ubuntu-latest-clang-cmake 27 os: ubuntu-latest [all …]
|
| /external/sdv/vsomeip/third_party/boost/static_assert/ |
| D | .travis.yml | 1 # Copyright 2016-2019 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 29 - os: linux 30 compiler: g++-4.4 31 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98 [all …]
|
| /external/sdv/vsomeip/third_party/boost/assert/ |
| D | .travis.yml | 1 # Copyright 2016-2020 Peter Dimov 9 - master 10 - develop 11 - /feature\/.*/ 15 - BOGUS_JOB=true 20 - env: BOGUS_JOB=true 23 - os: linux 27 - os: linux 28 compiler: g++-4.4 29 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x [all …]
|
| /external/sdv/vsomeip/third_party/boost/throw_exception/ |
| D | .travis.yml | 1 # Copyright 2016-2018 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 29 - os: linux 30 compiler: g++-4.4 31 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/ |
| D | .travis.yml | 1 # Copyright 2016-2019 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 29 - os: linux 30 compiler: g++-4.4 31 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98 [all …]
|
| /external/sdv/vsomeip/third_party/boost/bind/ |
| D | .travis.yml | 1 # Copyright 2016-2019 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 29 - os: linux 30 compiler: g++-4.4 31 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98 [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 permissions: read-all 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] 28 fail-fast: false [all …]
|
| /external/sdv/vsomeip/third_party/boost/endian/ |
| D | .travis.yml | 1 # Copyright 2016-2020 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 31 - g++-multilib 33 - os: linux 38 - os: linux [all …]
|
| /external/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
| /external/sdv/vsomeip/third_party/boost/smart_ptr/ |
| D | .travis.yml | 1 # Copyright 2016-2020 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 30 - os: linux 35 - os: linux 40 - os: linux [all …]
|
| /external/lz4/.github/workflows/ |
| D | ci.yml | 6 # - 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/curl/.github/workflows/ |
| D | non-native.yml | 3 # SPDX-License-Identifier: curl 5 name: non-native 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' [all …]
|
| /external/ot-br-posix/.github/workflows/ |
| D | build.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 46 runs-on: ubuntu-22.04 48 - uses: actions/checkout@v4 49 - name: Bootstrap 50 run: BUILD_TARGET=pretty-check tests/scripts/bootstrap.sh 51 - name: Check [all …]
|
| /external/parameter-framework/upstream/ |
| D | .travis.yml | 2 - 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/sdv/vsomeip/third_party/boost/system/ |
| D | .travis.yml | 1 # Copyright 2016-2019 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 31 - g++-multilib 33 - os: linux 38 - os: linux [all …]
|
| /external/libwebsockets/lib/roles/dbus/ |
| D | README.md | 3 ## DBUS-related distro packages 5 Fedora: dbus-devel 6 Debian / Ubuntu: libdbus-1-dev 8 ## Enabling for build at cmake 12 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include" 15 Ubuntu example: 17 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include" 22 forced to allow cross-build. 24 If these are not forced, then lws cmake will try to check some popular places, 25 for `LWS_DBUS_INCLUDE1`, on both Fedora and Debian / Ubuntu, this is [all …]
|
| /external/libopus/.github/workflows/ |
| D | dred.yml | 8 name: CMake/${{ matrix.config.name }} 9 runs-on: ${{ matrix.config.os }} 11 fail-fast: false 14 - { 16 os: windows-latest, 18 args: -G "Visual Studio 17 2022" -DOPUS_X86_PRESUME_AVX2=ON 20 - { 22 os: windows-latest, 24 args: -G "Visual Studio 17 2022" -A ARM64 26 - { [all …]
|
| /external/sdv/vsomeip/third_party/boost/core/ |
| D | .travis.yml | 1 # Copyright 2016-2019 Peter Dimov 11 - master 12 - develop 13 - /feature\/.*/ 17 - BOGUS_JOB=true 22 - env: BOGUS_JOB=true 25 - os: linux 31 - g++-multilib 33 - os: linux 38 - os: linux [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | build_cmake_arm.md | 1 # Cross compilation TensorFlow Lite with CMake 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 14 You need CMake installed and downloaded TensorFlow source code. Please check 15 [Build TensorFlow Lite with CMake](https://www.tensorflow.org/lite/guide/build_cmake) 18 ### Check your target environment 20 The following examples are tested under Raspberry Pi OS, Ubuntu Server 20.04 LTS 28 ldd --version 31 <pre class="tfo-notebook-code-cell-output"> 32 ldd (Debian GLIBC 2.28-10) 2.28 41 If your target is ARM 32-bit, there are two ABI available depending on VFP [all …]
|
| /external/vulkan-headers/.github/workflows/ |
| D | ci.yml | 1 # Copyright 2022-2023 LunarG, Inc. 3 # SPDX-License-Identifier: Apache-2.0 11 - main 20 cmake: 21 runs-on: ${{ matrix.os }} 24 os: [ ubuntu-latest, windows-latest, macos-latest ] 25 cmake-version: [ '3.15', 'latest'] 27 - uses: actions/checkout@v4 28 - uses: lukka/get-cmake@latest 30 cmakeVersion: ${{ matrix.cmake-version }} [all …]
|
123456