mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Default to MSVC on Windows
This commit is contained in:
committed by
Dzmitry Malyshau
parent
31e80d99b3
commit
0e7fc8282d
@@ -9,6 +9,9 @@ branches:
|
||||
except:
|
||||
- staging.tmp
|
||||
|
||||
before_install:
|
||||
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then rustup default stable-msvc; fi
|
||||
|
||||
script:
|
||||
- cargo check
|
||||
- cargo test --no-run
|
||||
|
||||
Reference in New Issue
Block a user