Home
last modified time | relevance | path

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

123456789

/third_party/rust/crates/libc/.github/workflows/
Dbors.yml1 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 …]
Dmain.yml1 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/rust/rust/src/ci/github-actions/
Dci.yml6 # CI configuration stored on the repository. To work around that this file is
11 # ./x.py run src/tools/expand-yaml-anchors
14 # step CI will fail.
16 ---
23 # document. YAML anchors allows us to greatly reduce duplication inside the CI
26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its
27 # content in another place with `*anchor-name`. The special `<<` map key merges
30 # The expand-yaml-anchors tool will automatically remove this block from the
32 x--expand-yaml-anchors--remove:
34 - &shared-ci-variables
[all …]
/third_party/mesa3d/.github/workflows/
Dmacos.yml1 name: macOS-CI
8 macOS-CI:
12 runs-on: macos-11
17 - name: Checkout
19 - name: Install Dependencies
29 brew "molten-vk"
31 brew "pkg-config"
36 brew bundle --verbose
37 - name: Install Mako and meson
38 run: pip3 install --user mako meson
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - 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/grpc/tools/internal_ci/macos/pull_request/
Dgrpc_basictests_c_cpp_dbg.cfg7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Config file for the internal CI (in protobuf text format)
18 build_file: "grpc/tools/internal_ci/macos/grpc_run_tests_matrix.sh"
19 gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
30 # on pull requests, only run the "dbg" configuration due to CI resource constraints
31 value: "-f basictests macos corelang dbg -j 4 --inner_jobs 8 --max_time=3600"
/third_party/cJSON/.github/workflows/
DCI.yml1 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/rust/crates/cxx/.github/workflows/
Dci.yml1 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/rust/rust/.github/workflows/
Dci.yml5 # This file was automatically generated by the expand-yaml-anchors tool. The
8 # src/ci/github-actions/ci.yml
12 # ./x.py run src/tools/expand-yaml-anchors/
14 # The CI build will fail if the tool is not run after changes to this file.
16 ---
17 name: CI
21 - auto
22 - try
23 - try-perf
24 - master
[all …]
/third_party/libuv/
DSUPPORTED_PLATFORMS.md4 |---|---|---|---|
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/mindspore/mindspore-src/source/scripts/pre_commit/
DREADME.md1 # 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/libjpeg-turbo/
D.travis.yml5 - /^[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/skia/m133/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:2023.10
7 win64-executor:
9 - image: cimg/base:2023.10
10 dist-executor:
12 - image: cimg/base:2023.10
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/
Dmain.yml1 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/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 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/termcolor/.github/workflows/
Dci.yml1 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/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 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/libusb/
DREADME.md3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libu…
4 [![Build Status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](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/
Dci.yml1 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/glfw/
DREADME.md4 [![Build status](https://ci.appveyor.com/api/projects/status/0kf0ct9831i5l6sp/branch/master?svg=tru…
8 GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan
9 application development. It provides a simple, platform-independent API for
12 GLFW natively supports Windows, macOS and Linux and other Unix-like systems. On
49 GLFW is written primarily in C99, with parts of macOS support being written in
50 Objective-C. GLFW itself requires only the headers and libraries for your OS
56 MinGW-w64, on macOS with Clang and on Linux and other Unix-like systems with GCC
60 There are [pre-compiled binaries](https://www.glfw.org/download.html) 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/grpc/tools/internal_ci/macos/
Dgrpc_cfstream.cfg7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Config file for the internal CI (in protobuf text format)
18 build_file: "grpc/tools/internal_ci/macos/grpc_run_bazel_isolated_tests.sh"
21 value: "--config=macos"
Dgrpc_basictests_python.cfg7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Config file for the internal CI (in protobuf text format)
18 build_file: "grpc/tools/internal_ci/macos/grpc_basictests_python.sh"
19 gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
30 value: "-f basictests macos python -j 1 --inner_jobs 4 --bq_result_table aggregate_results"
Dgrpc_basictests_csharp.cfg7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Config file for the internal CI (in protobuf text format)
18 build_file: "grpc/tools/internal_ci/macos/grpc_basictests_csharp.sh"
19 gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
30 value: "-f basictests macos csharp -j 1 --inner_jobs 4 --bq_result_table aggregate_results"
/third_party/rust/rust/src/tools/rustfmt/.github/workflows/
Dmac.yml5 - master
10 …n/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runn…
11 # macOS Catalina 10.15
12 runs-on: macos-latest
17 fail-fast: false
20 x86_64-apple-darwin,
25 - name: checkout
29 - name: install rustup
31 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh
32 sh rustup-init.sh -y --default-toolchain none
[all …]
/third_party/rust/crates/version_check/.github/workflows/
Dci.yml1 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 …]

123456789