Cache rust install cargo in appveyor

This commit is contained in:
Alexandre Bury 2018-06-18 18:31:29 -07:00
parent b84bc43eac
commit 87b346e15e

View File

@ -1,4 +1,16 @@
cache:
- c:\cargo\registry
- c:\cargo\git
init:
- mkdir c:\cargo
- mkdir c:\rustup
- SET PATH=c:\cargo\bin;%PATH%
environment:
CARGO_HOME: "c:\\cargo"
RUSTUP_HOME: "c:\\rustup"
matrix:
- TARGET: i686-pc-windows-gnu
CHANNEL: stable