Searched +full:macos +full:- +full:ci (Results 1 – 25 of 120) sorted by relevance
12345
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 1 name: CI (bors) 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 [all …]
|
| D | main.yml | 1 name: CI 8 - master 16 runs-on: ubuntu-22.04 18 fail-fast: true 21 i686-unknown-linux-gnu, 22 x86_64-unknown-linux-gnu, 25 - uses: actions/checkout@v3 26 - name: Setup Rust toolchain 27 run: TARGET=${{ matrix.target }} sh ./ci/install-rust.sh 28 - name: Execute run-docker.sh [all …]
|
| /third_party/mesa3d/docs/ |
| D | macos.rst | 1 Notes for macOS 4 .. image:: https://github.com/mesa3d/mesa/actions/workflows/ci.yml/badge.svg 5 :target: https://github.com/mesa3d/mesa/actions/workflows/ci.yml 6 :alt: macOS CI 8 Mesa builds on macOS without modifications. However, there are some details to 11 - Mesa has a number of build-time dependencies. Most dependencies, including 15 - macOS is picky about its build-time environment. Type `brew sh` before 19 hardware-accelerated system OpenGL framework, to provide hardware acceleration 20 to X11 applications on macOS running via XQuartz. 22 Mesa's software rasterizers also work on macOS. To build, set the build options [all …]
|
| /third_party/mesa3d/.github/workflows/ |
| D | ci.yml | 1 name: macOS-CI 8 macOS-CI: 12 runs-on: macos-11 17 - name: Checkout 19 - name: Install Dependencies 30 brew "pkg-config" 35 brew bundle --verbose 36 - name: Install Mako and meson 37 run: pip3 install --user mako meson 38 - name: Configure [all …]
|
| /third_party/protobuf/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 6 https://developers.google.com/protocol-buffers/ 9 -------- 11 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, 12 platform-neutral, extensible mechanism for serializing structured data. You 13 …uf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/). 20 ------------------------------ 26 For non-C++ users, the simplest way to install the protocol compiler is to 27 download a pre-built binary from our release page: 31 In the downloads section of each release, you can find pre-built binaries in [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | .gitlab-ci.yml | 2 - build 4 # FIXME: Use --werror once warnings are fixed. 6 MESON_ARGS: --fatal-meson-warnings 7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib 11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213 12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master' 15 - 'docker' 16 - 'windows' 17 - '1809' 18 - 'gstreamer-windows' [all …]
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | ci.yml | 1 name: CI 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.64.0 30 - name: Cargo on macOS 32 os: macos [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/pre_commit/ |
| D | README.md | 1 # pre-push Quick Guide 3 <!-- TOC --> 5 - [Pre-push Quick Guide](#pre-push-quick-guide) 6 - [Procedure for Using pre-push Locally](#procedure-for-using-pre-push-locally) 7 - [Appendix: FAQs](#appendix-faqs) 8 … - [Appendix: Manually Installing Code Check Tools](#appendix-manually-installing-code-check-tools) 9 - [Windows Environment](#windows-environment) 10 - [Linux Environment](#linux-environment) 11 - [macOS Environment](#macos-environment) 12 - [Appendix: Suggestions on Tool Versions](#appendix-suggestions-on-tool-versions) [all …]
|
| /third_party/cJSON/.github/workflows/ |
| D | CI.yml | 1 name: CI 6 paths-ignore: 7 - '**.md' 8 - 'LICENSE' 11 paths-ignore: 12 - '**.md' 13 - 'LICENSE' 17 runs-on: ubuntu-latest 18 if: "!contains(github.event.head_commit.message, 'ci skip')" 20 fail-fast: false [all …]
|
| /third_party/libuv/ |
| D | SUPPORTED_PLATFORMS.md | 4 |---|---|---|---| 6 | macOS | Tier 1 | macOS >= 11 | Currently supported macOS releases | 13 | Android | Tier 3 | NDK >= r15b | Android 7.0, `-DANDROID_PLATFORM=android-24` | 14 | MinGW | Tier 3 | MinGW32 and MinGW-w64 | | 20 * **Tier 1**: Officially supported and tested with CI. Any contributed patch 23 * **Tier 2**: Officially supported, but not necessarily tested with CI. These 42 new include file in ``include/`` with the name ``uv-theplatform.h`` and add
|
| /third_party/libjpeg-turbo/ |
| D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer" 23 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 17 macos: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… [all …]
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 1 name: CI 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 24 runs-on: ${{ matrix.os }} 29 - build: stable 30 os: ubuntu-latest 32 - build: nightly [all …]
|
| /third_party/glfw/ |
| D | README.md | 4 [ available 61 for all supported compilers on Windows and macOS. 82 GLFW supports Windows XP and later and macOS 10.11 and later. Linux and other [all …]
|
| /third_party/rust/crates/termcolor/.github/workflows/ |
| D | ci.yml | 1 name: ci 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly 21 - macos [all …]
|
| /third_party/libusb/ |
| D | README.md | 3 [](https://travis-ci.org/libu… 4 [](https://ci… 5 …tps://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb) 7 libusb is a library for USB device access from Linux, macOS, 24 http://mailing-list.libusb.info 26 - Hans de Goede <hdegoede@redhat.com> 27 - Xiaofan Chen <xiaofanc@gmail.com> 28 - Ludovic Rousseau <ludovic.rousseau@gmail.com> 29 - Nathan Hjelm <hjelmn@cs.unm.edu> 30 - Chris Dickens <christopher.a.dickens@gmail.com>
|
| /third_party/rust/crates/clang-sys/.github/workflows/ |
| D | ci.yml | 1 name: CI 6 - master 9 - master 12 ci: 13 name: CI 14 runs-on: ${{ matrix.os }} 17 os: [macos-latest, ubuntu-latest, windows-latest] 21 - name: Checkout Repository 24 - name: Install LLVM and Clang 25 uses: KyleMayes/install-llvm-action@v1 [all …]
|
| /third_party/vixl/ |
| D | README.md | 30 --------------------- 32 …* [](https://c… 33 …](https://ci.linaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit-native-armv8)](https://ci.li… 34 …](https://ci.linaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit-macos)](https://ci.linaro.or… 55 A 64-bit host machine is required, implementing an LP64 data model. VIXL has 64 3. clang-format 11+ 65 4. clang-tidy 11+ 69 Note that in Ubuntu 18.04, clang-tidy-4.0 will only work if the clang-4.0 76 |------------|-----------------------|---------------------------------| 77 | BTI | kBTI | Per-page enabling not supported | [all …]
|
| /third_party/rust/crates/version_check/.github/workflows/ |
| D | ci.yml | 1 name: CI 15 - { name: Linux, distro: ubuntu-latest } 16 - { name: Windows, distro: windows-latest } 17 - { name: macOS, distro: macOS-latest } 20 - os: { name: Linux, distro: ubuntu-latest } 23 runs-on: ${{ matrix.os.distro }} 26 - name: Checkout Sources 29 - name: Install Rust 30 uses: actions-rs/toolchain@v1 36 - name: Run Tests [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-sample.yml | 1 name: ci-sample 6 - '**' 7 - '!docs/**' 8 - '!.**' 9 - '.github/workflows/CI-sample.yml' 12 - v[0-9].* 13 - master 18 fail-fast: false 20 os: [macos-latest, ubuntu-latest, windows-latest] 21 runs-on: ${{matrix.os}} [all …]
|
| D | CI-unix.yml | 1 name: CI-unix 6 - '**' 7 - '!docs/**' 8 - '!src/win/**' 9 - '!.**' 10 - '.github/workflows/CI-unix.yml' 13 - v[0-9].* 14 - master 17 build-linux: 18 runs-on: ubuntu-latest [all …]
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 4 name: CI 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc [all …]
|
| /third_party/rust/crates/nix/ |
| D | bors.toml | 16 "Linux arm-musleabi", 29 "macOS aarch64", 30 "macOS x86_64", 46 # takes. This is to allow the CI provider to fast-fail a test; if one of the 48 # batch, leaving the slower builders to work through the already-doomed run and
|
| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 1 name: C/C++ CI 8 fail-fast: false 11 ubuntu-gcc-autotools, 12 ubuntu-clang-autotools, 13 ubuntu-gcc-ossfuzz, 14 macos-autotools, 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, [all …]
|
12345