We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526ff57 commit be4a08dCopy full SHA for be4a08d
.appveyor.yml
@@ -44,6 +44,7 @@ build_script:
44
Copy-Item -Path "lib\java\runtime-z3\x64\*.dll" -Destination "lib\native\x86_64-windows\" -Force
45
Copy-Item -Path "lib\java\runtime-mathsat\x64\*.dll" -Destination "lib\native\x86_64-windows\" -Force
46
Copy-Item -Path "lib\java\runtime-bitwuzla\x64\*.dll" -Destination "lib\native\x86_64-windows\" -Force
47
+ Copy-Item -Path "lib\java\runtime-cvc5\x64\*.dll" -Destination "lib\native\x86_64-windows\" -Force
48
49
test_script:
50
- ant unit-tests
0 commit comments