mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
27 lines
546 B
YAML
27 lines
546 B
YAML
skip_branch_with_pr: true
|
|
branches:
|
|
except:
|
|
- staging.tmp
|
|
environment:
|
|
global:
|
|
PATH: '%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin;%USERPROFILE%\.cargo\bin'
|
|
RUST_BACKTRACE: full
|
|
matrix:
|
|
- CHANNEL: stable
|
|
TARGET: x86_64-pc-windows-msvc
|
|
|
|
skip_commits:
|
|
files:
|
|
- bors.toml
|
|
- '*.md'
|
|
|
|
install:
|
|
- curl -sSf -o rustup-init.exe https://win.rustup.rs
|
|
- rustup-init -yv --default-toolchain %CHANNEL% --default-host %TARGET%
|
|
- rustc -vV
|
|
- cargo -vV
|
|
|
|
build: false
|
|
test_script:
|
|
- C:\MinGW\bin\mingw32-make.exe all
|