environment: global: PROJECT_NAME: miri matrix: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc # branches to build branches: # whitelist only: - auto - try cache: - '%USERPROFILE%\.cargo' - '%USERPROFILE%\.rustup' install: # Install Rust - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - rustup-init.exe -y --default-host %TARGET% --default-toolchain stable - set PATH=%USERPROFILE%\.cargo\bin;%PATH% # Install "master" toolchain - cargo install rustup-toolchain-install-master & exit 0 - set /p RUSTC_HASH=