build: off # No Visual Studio auto-build. environment: global: PROJECT_NAME: miri matrix: - TARGET: i686-pc-windows-msvc matrix: fast_finish: true # Immediately finish build once one of the jobs fails. cache: - '%USERPROFILE%\.cargo' - '%USERPROFILE%\.rustup' # branches to build branches: # whitelist only: - auto - try install: # Compute the Rust version we use. - set /p RUSTC_HASH=