cache:
- 'target -> appveyor.yml'
- '%USERPROFILE%\.cargo'
environment:
TARGET: i686-pc-windows-msvc
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
- rustup-init.exe -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup default stable-%TARGET%
- where rustc cargo
- rustc -vV
- cargo -vV
- set CARGO_TARGET_DIR=%CD%\target
build: false
test_script:
- cargo test --target i686-pc-windows-msvc