Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Matthews
60980587dc Clean cargo cache after building 2018-01-23 16:04:42 -05:00
Josh Matthews
72ec9684f8 Remove explicit CARGO_HOME usage for appveyor. 2018-01-23 15:49:34 -05:00

View File

@@ -59,10 +59,9 @@ install:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
- set CARGO_HOME=C:\Users\appveyor\.cargo
- mach clean-nightlies --keep 2 --force
- mach clean-cargo-cache --keep 2 --force
- mach build -d -v
- mach clean-cargo-cache --keep 2 --force
- mach test-unit
test: off