mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
CI playtests for Dx12, Vulkan
This commit is contained in:
parent
bcb3162b2b
commit
5ff6b11daf
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: MacOS Nightly
|
||||
os: macos-10.15
|
||||
channel: nightly
|
||||
build_command: cargo test
|
||||
build_command: cargo test -- --nocapture
|
||||
additional_core_features:
|
||||
additional_player_features:
|
||||
- name: Ubuntu Stable
|
||||
@ -68,7 +68,10 @@ jobs:
|
||||
- name: Ubuntu Nightly
|
||||
os: ubuntu-18.04
|
||||
channel: nightly
|
||||
build_command: cargo test
|
||||
build_command: |
|
||||
sudo add-apt-repository ppa:oibaf/graphics-drivers;
|
||||
sudo apt-get install mesa-vulkan-drivers;
|
||||
cargo test -- --nocapture;
|
||||
additional_core_features: serial-pass
|
||||
additional_player_features: winit
|
||||
- name: Windows Stable
|
||||
@ -80,7 +83,7 @@ jobs:
|
||||
- name: Windows Nightly
|
||||
os: windows-2019
|
||||
channel: nightly
|
||||
build_command: rustup default nightly-msvc; cargo test
|
||||
build_command: rustup default nightly-msvc; cargo test -- --nocapture
|
||||
additional_core_features:
|
||||
additional_player_features:
|
||||
steps:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
(
|
||||
backends: (bits: 0x7),
|
||||
backends: (bits: 0xF),
|
||||
tests: [
|
||||
"buffer-copy.ron",
|
||||
"bind-group.ron",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user