Compare commits

...

1 Commits

Author SHA1 Message Date
Josh Matthews
24765e669f Don't clean the cargo cache on Windows. 2018-03-07 16:49:54 -05:00

View File

@@ -191,10 +191,7 @@ arm64:
- bash ./etc/ci/manifest_changed.sh
windows-msvc-dev:
env:
CARGO_HOME: C:\buildbot\.cargo
commands:
- mach.bat clean-cargo-cache --keep 3 --force
- mach.bat clean-nightlies --keep 3 --force
- mach.bat build --dev
- mach.bat test-unit
@@ -203,10 +200,7 @@ windows-msvc-dev:
- mach.bat test-stylo
windows-msvc-nightly:
env:
CARGO_HOME: C:\buildbot\.cargo
commands:
- mach.bat clean-cargo-cache --keep 3 --force
- mach.bat clean-nightlies --keep 3 --force
- mach.bat build --release
- mach.bat package --release