Skip to content

Commit 41422d4

Browse files
committed
appveyor.bat: add cleanup section (even so it won't be used right now)
Signed-off-by: Christian Brabandt <[email protected]>
1 parent b316782 commit 41422d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appveyor.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,19 @@ type release_id.txt
535535
for /F "delims=" %%I in (release_id.txt) do set "REL_ID=%%I"
536536
goto :eof
537537

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+
popd
549+
git reset --hard
550+
goto :eof
538551

539552
:downloadfile
540553
:: ----------------------------------------------------------------------

0 commit comments

Comments
 (0)