Home
last modified time | relevance | path

Searched +full:windows +full:- +full:latest (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Drelease.yml5 - '*'
7 ci-cmake:
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
14 - name: Windows MSVC Win32
15 os: windows-latest
17 cmake-args: -A Win32
18 deploy-name: win-x86
20 - name: Windows MSVC Win32 Compat
21 os: windows-latest
[all …]
Dcmake.yml4 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++
20 cmake-args: -DWITH_SANITIZER=Address
[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/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dluci.json6 "linux-amd64",
7 "linux-arm64",
8 "mac-amd64",
9 "mac-arm64",
10 "windows-amd64"
13 "latest"
18 "path": "infra/tools/luci-auth/${platform}",
20 "linux-amd64",
21 "linux-arm64",
22 "mac-amd64",
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 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/rust/crates/num_cpus/.github/workflows/
Dci.yml6 - master
13 ci-pass:
15 runs-on: ubuntu-latest
17 - msrv
18 - test-linux
19 - test-macos
20 - test-windows
21 - build-cross
22 - test-cgroups
24 - run: exit 0
[all …]
/external/capstone/.github/workflows/
Dpython-publish.yml7 runs-on: ${{ matrix.os }}
9 fail-fast: false
11 os: [macos-latest, ubuntu-latest, windows-latest]
14 - uses: actions/checkout@v2
16 - name: Set up Python
17 uses: actions/setup-python@v2
19 python-version: '3.x'
21 - name: Set up MSVC x86
22 if: matrix.os == 'windows-latest' && matrix.platform == 'x32'
23 uses: ilammy/msvc-dev-cmd@v1
[all …]
/external/okio/.github/workflows/
Dbuild.yml6 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
10 runs-on: ubuntu-latest
13 fail-fast: false
15 java-version:
16 - 1.8
17 - 9
18 - 10
19 - 11
20 - 12
21 - 13
[all …]
/external/rust/crates/libloading/.github/workflows/
Dlibloading.yml2 group: ${{ github.workflow }}-${{ github.ref }}
3 cancel-in-progress: true
8 paths-ignore: ['*.mkd', 'LICENSE']
13 native-test:
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
19 os: [ubuntu-latest, windows-latest, macOS-latest]
20 timeout-minutes: 20
22 - uses: actions/checkout@v2
23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
[all …]
/external/rust/crates/chrono/.github/workflows/
Dtest-release.yml15 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
18 # check all tzs on most-recent OS's
19 - os: ubuntu-latest
22 - os: windows-latest
25 - os: macos-latest
29 - os: ubuntu-latest
31 - os: ubuntu-latest
33 - os: ubuntu-16.04
35 - os: macos-latest
37 # time doesn't work on windows with 1.13
[all …]
Dtest.yml9 - '**.rs'
10 - .github/**
11 - Cargo.toml
17 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
22 # check all tzs on most-recent OS's
23 - os: ubuntu-latest
26 - os: windows-latest
29 - os: macos-latest
33 - os: ubuntu-latest
37 - os: ubuntu-latest
[all …]
/external/rust/crates/flate2/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
11 build: [stable, beta, nightly, macos, windows, mingw]
13 - build: stable
14 os: ubuntu-latest
16 - build: beta
17 os: ubuntu-latest
19 - build: nightly
20 os: ubuntu-latest
22 - build: macos
23 os: macos-latest
[all …]
/external/rust/crates/jni/.github/workflows/
Dci.yml9 runs-on: ubuntu-latest
11 - name: Checkout sources
13 - name: Install rust
14 uses: actions-rs/toolchain@v1
20 - name: Run rustfmt
21 uses: actions-rs/cargo@v1
24 args: --all -- --check
29 runs-on: ubuntu-latest
31 - name: Checkout sources
33 - name: Install rust
[all …]
/external/python/pyfakefs/.github/workflows/
Dpythonpackage.yml8 runs-on: ${{ matrix.os }}
11 os: [ubuntu-latest]
12 python-version: [3.8]
14 - uses: actions/checkout@v2
15 - name: Set up Python ${{ matrix.python-version }}
16 uses: actions/setup-python@v2
18 python-version: ${{ matrix.python-version }}
19 - name: Install linter
21 uname -a
22 python -m pip install flake8 mypy
[all …]
/external/rust/crates/serde_json/.github/workflows/
Dci.yml12 RUSTFLAGS: -Dwarnings
16 name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}
17 runs-on: ${{matrix.os}}-latest
19 fail-fast: false
21 os: [ubuntu, windows]
22 timeout-minutes: 45
24 - uses: actions/checkout@v3
25 - uses: dtolnay/rust-toolchain@nightly
26 - run: cargo test
27 - run: cargo test --features preserve_order --tests -- --skip ui --exact
[all …]
/external/rust/crates/which/.github/workflows/
Drust.yml10 runs-on: ubuntu-latest
12 - name: Setup | Checkout
15 - name: Setup | Rust
16 uses: actions-rs/toolchain@v1
23 - name: Build | Format
24 run: cargo fmt --all -- --check
31 os: [ubuntu-latest, windows-latest, macos-latest]
32 runs-on: ${{ matrix.os }}
34 - name: Setup | Checkout
37 - name: Setup | Rust
[all …]
/external/fonttools/.github/workflows/
Dtest.yml14 runs-on: ubuntu-latest
15 # https://github.community/t/github-actions-does-not-respect-skip-ci/17325/8
18 - uses: actions/checkout@v3
19 - name: Set up Python 3.x
20 uses: actions/setup-python@v4
22 python-version: "3.x"
23 - name: Install packages
25 - name: Run Tox
26 run: tox -e mypy,package_readme
29 runs-on: ${{ matrix.platform }}
[all …]
/external/rust/cxx/.github/workflows/
Dci.yml14 runs-on: ${{matrix.os || 'ubuntu'}}-latest
16 fail-fast: false
19 - rust: nightly
20 - rust: beta
21 - rust: stable
22 - rust: 1.60.0
23 - name: macOS
26 - name: Windows (msvc)
27 rust: nightly-x86_64-pc-windows-msvc
28 os: windows
[all …]
/external/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
12 static-linking-test:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v2
24 - run: scripts/run-tests.sh dynamic_linking
[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/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
24 - build: win32
[all …]
/external/rust/crates/anyhow/.github/workflows/
Dci.yml12 RUSTFLAGS: -Dwarnings
22 runs-on: ubuntu-latest
24 fail-fast: false
27 timeout-minutes: 45
29 - uses: actions/checkout@v3
30 - uses: dtolnay/rust-toolchain@master
33 components: rust-src
34 - run: cargo test
35 - run: cargo check --no-default-features
36 - run: cargo check --features backtrace
[all …]
/external/e2fsprogs/.github/workflows/
Dci.yml4 DEF_CFLAGS: -O2 -g -Wall
7 gcc-build-and-test:
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v3
12 - run: ./configure CC=gcc CFLAGS="$DEF_CFLAGS"
13 - run: make -j8 check V=1 CFLAGS_WARN="-Werror"
14 - run: make -j8 install V=1 DESTDIR=$PWD/installdir
15 - run: make -j8 uninstall V=1 DESTDIR=$PWD/installdir
17 clang-build-and-test:
19 runs-on: ubuntu-latest
[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/bazel-skylib/.bazelci/
Dpresubmit.yml1 ---
4 name: "Latest Bazel"
6 bazel: latest
8 - "//..."
10 - "//..."
12 - "--test_env=PATH"
15 name: "Latest Bazel"
17 bazel: latest
19 - "//..."
21 - "//..."
[all …]

12345678910>>...37