Searched +full:macos +full:- +full:ci (Results 1 – 25 of 422) sorted by relevance
12345678910>>...17
| /external/cronet/third_party/libc++/src/utils/ci/ |
| D | buildkite-pipeline.yml | 1 #===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 #===----------------------------------------------------------------------===## 10 # This file describes the various pre-commit CI bots used to test libc++. 12 # This file should never contain logic -- all the logic must be offloaded 13 # into scripts. This is critical to being able to reproduce CI issues outside 14 # of the CI environment, which is important for debugging. 20 # The Linux CI runners use the nightly ToT build provided by the Docker image. 22 # version number. The Linux CI runners for GCC use the latest stable version. 26 # LLVM POST-BRANCH bump version [all …]
|
| D | macos-ci-setup | 3 # This simple script can be used to set up a CI node running MacOS. 8 # the dependencies necessary for running CI. It can be run without having 11 # $ /bin/bash -c "$(curl -fsSl https://raw.githubusercontent.com/llvm/llvm-project/main/libcxx/ut… 13 # If you perform system updates, you should re-run the script from the 14 # administrator account -- this allows updating the packages used for 15 # CI and the BuildKite agent tags. 18 # to a non-administrator account and run the script again, passing the 19 # --setup-launchd argument. That will install a Launchd agent to run the 21 # automatic login for that user, so that if the CI node goes down, the user 27 # $ caffeinate -s buildkite-agent start --build-path /tmp/buildkite-builds [all …]
|
| D | run-buildbot | 2 #===----------------------------------------------------------------------===## 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===----------------------------------------------------------------------===## 10 set -ex 11 set -o pipefail 23 [-h|--help] Display this help and exit. 25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try 28 --build-dir <DIR> The directory to use for building the library. By default, 29 this is '<llvm-root>/build/<builder>'. 31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download [all …]
|
| /external/python/asn1crypto/.github/workflows/ |
| D | ci.yml | 1 name: CI 7 runs-on: ${{ matrix.os }} 11 - ubuntu-18.04 12 - macOS-latest 13 - windows-2019 15 - '2.7' 16 - '3.7' 18 - 'x86' 19 - 'x64' 21 - os: ubuntu-18.04 [all …]
|
| /external/jazzer-api/ |
| D | .bazelrc | 2 startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 3 build --incompatible_strict_action_env 4 build --sandbox_tmpfs_path=/tmp 5 build --enable_platform_specific_config 6 build -c opt 8 build --nozip_undeclared_test_outputs 11 # GCC is supported on a best-effort basis. 12 common --repo_env=CC=clang 13 build --incompatible_enable_cc_toolchain_resolution 14 # Required by abseil-cpp. [all …]
|
| /external/python/cpython3/.azure-pipelines/ |
| D | ci.yml | 7 - job: Prebuild 8 displayName: Pre-build checks 11 vmImage: ubuntu-22.04 14 - template: ./prebuild-checks.yml 17 - job: Docs_PR 23 vmImage: ubuntu-22.04 26 - template: ./docs-steps.yml 31 - job: macOS_CI_Tests 32 displayName: macOS CI Tests 35 # bpo-39837: macOS tests on Azure Pipelines are disabled [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | .cirrus.yml | 3 …CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=DEBUG -DCARES_STATIC=ON -DCARES_STATIC_PIC=ON -DCARES_BUILD_TESTS… 7 - name: "Debian amd64" 11 SCAN_BUILD: "scan-build" 21 - name: "Debian arm64" 23 DIST: "DEBIAN-ARM" 25 SCAN_BUILD: "scan-build" 33 - name: "FreeBSD amd64" 36 SCAN_BUILD: "scan-build" 40 image_family: freebsd-13-1 41 - name: "MacOS" [all …]
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 27 # The macOS builds use M1 (ARM) machines for platform diversity. 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi [all …]
|
| /external/python/asn1crypto/.circleci/ |
| D | config.yml | 4 macos: 5 # macOS 10.12, last version with Python 2.6 8 - checkout 9 - run: /usr/bin/python2.6 run.py deps 10 - run: /usr/bin/python2.6 run.py ci 12 macos: 13 # macOS 10.14.4 16 - checkout 17 … - run: curl --location -O https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-osx64.tar.bz2 18 - run: tar xvf pypy2.7-v7.3.1-osx64.tar.bz2 [all …]
|
| /external/mesa3d/.github/workflows/ |
| D | macos.yml | 1 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 …]
|
| /external/perfetto/docs/contributing/ |
| D | testing.md | 9 Platform-agnostic unit-tests. 12 End-to-end tests, involving the protobuf-based IPC transport and ftrace 17 and (iii) ftrace raw pipe -> protobuf translation. 19 Running tests on Linux / MacOS 20 ------------------------------ 23 tools/ninja -C out/default perfetto_{unittests,integrationtests,benchmarks} 24 out/default/perfetto_unittests --gtest_help 30 sudo chown -R $USER /sys/kernel/debug/tracing 34 ------------------------ 36 1B) Start the build-in emulator (supported on Linux and MacOS): [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | ci.yml | 1 name: CI 5 branches-ignore: 6 - 'main' 7 - 'docs' 13 PACKAGE_NAME: aws-crt-java 14 LINUX_BASE_IMAGE: ubuntu-18-x64 15 RUN: ${{ github.run_id }}-${{ github.run_number }} 19 AWS_REGION: us-east-1 20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region 23 linux-compat: [all …]
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 1 name: CI 6 - master 13 ci-pass: 14 name: CI is green 15 runs-on: ubuntu-latest 17 - msrv 18 - test-linux 19 - test-macos 20 - test-windows 21 - build-cross [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | pkgcheck.yml | 1 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 …]
|
| D | configure.yml | 1 name: CI Configure 4 ci-configure: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 configure-args: --warn 16 - name: Ubuntu 18.04 GCC 17 os: ubuntu-18.04 19 configure-args: --warn [all …]
|
| /external/curl/tests/ |
| D | CI.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 14 - ... it still builds, warning-free, on Linux and macOS, with both 16 - ... it still builds fine on Windows with several MSVC versions 17 - ... it still builds with cmake on Linux, with gcc and clang 18 - ... it follows rudimentary code style rules 19 - ... the test suite still runs 100% fine 20 - ... the release tarball (the "dist") still works 21 - ... it builds fine in-tree as well as out-of-tree [all …]
|
| /external/webrtc/third_party/crc32c/src/ |
| D | .travis.yml | 2 # 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/fonttools/.github/workflows/ |
| D | test.yml | 14 TOX_OPTIONS: -vv 18 runs-on: ubuntu-latest 19 # https://github.community/t/github-actions-does-not-respect-skip-ci/17325/8 20 if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" 22 - uses: actions/checkout@v4 23 - name: Set up Python 3.x 24 uses: actions/setup-python@v5 26 python-version: "3.x" 27 - name: Install packages 29 - name: Run Tox [all …]
|
| /external/selinux/.github/workflows/ |
| D | vm_testsuite.yml | 8 …# Use VirtualBox+vagrant on macOS, as described in https://github.com/actions/virtual-environments… 9 runs-on: macos-12 12 - uses: actions/checkout@v3 14 - name: Create Vagrant VM 16 cd scripts/ci 19 - name: Run SELinux testsuite in the VM 21 cd scripts/ci 22 vagrant ssh -- ./run-selinux-test.sh
|
| /external/mesa3d/docs/ |
| D | macos.rst | 1 Notes for macOS 4 .. image:: https://github.com/mesa3d/mesa/actions/workflows/macos.yml/badge.svg 5 :target: https://github.com/mesa3d/mesa/actions/workflows/macos.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 …]
|
| /external/grpc-grpc/tools/internal_ci/macos/pull_request/ |
| D | grpc_basictests_c_cpp.cfg | 7 # 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 --internal_ci -j 4 --inner_jobs 8 --max_time=3600"
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/macos/pull_request/ |
| D | grpc_basictests_c_cpp.cfg | 7 # 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 --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
|
| /external/rust/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.70.0 30 - rust: 1.74.0 31 - name: Cargo on macOS [all …]
|
| /external/armnn/third-party/ghc/ |
| D | README.md | 1 …d Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20%7C%20Fre… 2  3 [](https://travis-ci.org/… 4 [](https://cir… 12 This is a header-only single-file std::filesystem compatible helper library, 15 macOS 10.12/10.14, Windows 10, Ubuntu 18.04, FreeBSD 12 and Alpine ARM/ARM64 Linux 32 to try to reduce my third-party dependencies. I could drop most of what 34 fun of it. Originally I based these helpers on my own coding- and naming 55 `ghc::filesystem` is developed on macOS but tested on Windows and Linux. [all …]
|
| /external/expat/.github/workflows/ |
| D | macos.yml | 8 # Copyright (c) 2020-2023 Sebastian Pipping <sebastian@pipping.org> 31 name: Run macOS CI tasks 37 - cron: '0 2 * * 5' # Every Friday at 2am 49 # Homebrew issues at Travis CI. While we have the matrix 51 - MODE: cmake-oos 52 - MODE: distcheck 53 - MODE: qa-sh 55 runs-on: macos-11 57 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 58 - name: Install build dependencies [all …]
|
12345678910>>...17