From 2ccc41b106b3d0514c73cc0212725cf6e9d067cb Mon Sep 17 00:00:00 2001 From: Hannes Steffenhagen Date: Thu, 15 Feb 2018 11:24:39 +0000 Subject: [PATCH] Remove destination directory before trying to move to it in AppVeyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 8e811d8137b..46779beda6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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