mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Allow CI fail on Windows Nightly, for now
This commit is contained in:
parent
b8b7561796
commit
0779a5ce2f
35
.github/workflows/ci.yml
vendored
35
.github/workflows/ci.yml
vendored
@ -44,48 +44,41 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
name:
|
os: [macos-10.15, ubuntu-18.04, windows-2019]
|
||||||
[
|
channel: [stable, nightly]
|
||||||
MacOS Stable,
|
|
||||||
MacOS Nightly,
|
|
||||||
Ubuntu Stable,
|
|
||||||
Ubuntu Nightly,
|
|
||||||
Windows Stable,
|
|
||||||
Windows Nightly,
|
|
||||||
]
|
|
||||||
include:
|
include:
|
||||||
- os: macos-10.15
|
- name: MacOS Stable
|
||||||
name: MacOS Stable
|
|
||||||
channel: stable
|
channel: stable
|
||||||
|
os: macos-10.15
|
||||||
build_command: cargo clippy
|
build_command: cargo clippy
|
||||||
additional_core_features: trace
|
additional_core_features: trace
|
||||||
additional_player_features: winit
|
additional_player_features: winit
|
||||||
- os: macos-10.15
|
- name: MacOS Nightly
|
||||||
name: MacOS Nightly
|
os: macos-10.15
|
||||||
channel: nightly
|
channel: nightly
|
||||||
build_command: cargo test
|
build_command: cargo test
|
||||||
additional_core_features:
|
additional_core_features:
|
||||||
additional_player_features:
|
additional_player_features:
|
||||||
- os: ubuntu-18.04
|
- name: Ubuntu Stable
|
||||||
name: Ubuntu Stable
|
os: ubuntu-18.04
|
||||||
channel: stable
|
channel: stable
|
||||||
build_command: cargo clippy
|
build_command: cargo clippy
|
||||||
additional_core_features: trace,replay
|
additional_core_features: trace,replay
|
||||||
additional_player_features:
|
additional_player_features:
|
||||||
- os: ubuntu-18.04
|
- name: Ubuntu Nightly
|
||||||
name: Ubuntu Nightly
|
os: ubuntu-18.04
|
||||||
channel: nightly
|
channel: nightly
|
||||||
build_command: cargo test
|
build_command: cargo test
|
||||||
additional_core_features: serial-pass
|
additional_core_features: serial-pass
|
||||||
additional_player_features: winit
|
additional_player_features: winit
|
||||||
- os: windows-2019
|
- name: Windows Stable
|
||||||
name: Windows Stable
|
os: windows-2019
|
||||||
channel: stable
|
channel: stable
|
||||||
build_command: rustup default stable-msvc; cargo clippy
|
build_command: rustup default stable-msvc; cargo clippy
|
||||||
additional_core_features: trace,serial-pass
|
additional_core_features: trace,serial-pass
|
||||||
additional_player_features: renderdoc
|
additional_player_features: renderdoc
|
||||||
- os: windows-2019
|
- name: Windows Nightly
|
||||||
name: Windows Nightly
|
os: windows-2019
|
||||||
channel: nightly
|
channel: nightly
|
||||||
build_command: rustup default nightly-msvc; cargo test
|
build_command: rustup default nightly-msvc; cargo test
|
||||||
additional_core_features:
|
additional_core_features:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user