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