Skip to content

Commit

Permalink
remove another cygwin instance in AppVeyor run
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 20, 2017
1 parent f67a3cc commit ecad9a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor/build_task.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin >NUL 2>NUL
if %errorlevel% neq 0 exit /b 3
if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin64 >NUL 2>NUL
if %errorlevel% neq 0 exit /b 3
if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw >NUL 2>NUL
if %errorlevel% neq 0 exit /b 3
if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw-w64 >NUL 2>NUL
Expand Down

0 comments on commit ecad9a4

Please sign in to comment.