We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316782 commit 41422d4Copy full SHA for 41422d4
appveyor.bat
@@ -535,6 +535,19 @@ type release_id.txt
535
for /F "delims=" %%I in (release_id.txt) do set "REL_ID=%%I"
536
goto :eof
537
538
+:clean_x64
539
+:clean_x86
540
+:: ----------------------------------------------------------------------
541
+@rem clean up artifacts
542
+pushd %DEPENDENCIES%
543
+rd /s /q *
544
+popd
545
+pushd vim
546
+git clean -xdf
547
+git reset --hard
548
549
550
+goto :eof
551
552
:downloadfile
553
:: ----------------------------------------------------------------------
0 commit comments