Remove destination directory before trying to move to it in AppVeyor

This commit is contained in:
Hannes Steffenhagen 2018-02-15 11:24:39 +00:00
parent 38e6e4a8df
commit 2ccc41b106
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ install:
Move-Item win_bison.exe bin\bison.exe -force
Move-Item win_flex.exe bin\flex.exe -force
Move-Item FlexLexer.h include\FlexLexer.h -force
Remove-Item bin\data -Force -Recurse -ErrorAction SilentlyContinue
Move-Item data bin\data -force
bison -V
flex -V