We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299a73f commit 3f8cff7Copy full SHA for 3f8cff7
appveyor.yml
@@ -9,6 +9,7 @@ environment:
9
- TARGET: x86_64-pc-windows-msvc
10
- TARGET: i686-pc-windows-msvc
11
install:
12
+ - if NOT defined APPVEYOR_PULL_REQUEST_NUMBER if "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit
13
- if defined MSYS_BITS set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PATH%;
14
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
15
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
0 commit comments