mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #19832 - servo:jdm-patch-2, r=jdm
Remove clean-cache from appveyor. This fixes #19831. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19832) <!-- Reviewable:end -->
This commit is contained in:
commit
04aa53a944
1 changed files with 0 additions and 2 deletions
|
@ -59,9 +59,7 @@ install:
|
||||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- set CARGO_HOME=C:\Users\appveyor\.cargo
|
|
||||||
- mach clean-nightlies --keep 2 --force
|
- mach clean-nightlies --keep 2 --force
|
||||||
- mach clean-cargo-cache --keep 2 --force
|
|
||||||
- mach build -d -v
|
- mach build -d -v
|
||||||
- mach test-unit
|
- mach test-unit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue