Skip to content

Commit 2a0d2f9

Browse files
committed
AppVeyor fix: remove existing clones of the java models library.
This commit changes the AppVeyor configuration file such that the java models library is freshly downloaded for every build. This prevents JBMC from being called with an out-of-sync version of the models library, resulting in non-deterministic behaviour.
1 parent 0c5a497 commit 2a0d2f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818
Move-Item win_flex.exe bin\flex.exe -force
1919
Move-Item FlexLexer.h include\FlexLexer.h -force
2020
Remove-Item bin\data -Force -Recurse -ErrorAction SilentlyContinue
21+
Remove-Item java-models-library-master -Force -Recurse -ErrorAction SilentlyContinue
2122
Move-Item data bin\data -force
2223
bison -V
2324
flex -V

0 commit comments

Comments
 (0)