|
3 | 3 | pull_request:
|
4 | 4 | branches: [ develop ]
|
5 | 5 | env:
|
6 |
| - cvc5-version: "0.0.7" |
| 6 | + cvc5-version: "0.0.9" |
7 | 7 |
|
8 | 8 | jobs:
|
9 | 9 | check-ubuntu-20_04-make-gcc:
|
@@ -436,8 +436,13 @@ jobs:
|
436 | 436 | Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
|
437 | 437 | Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
|
438 | 438 | echo "c:\tools\z3-4.8.10-x64-win\bin;" >> $env:GITHUB_PATH
|
| 439 | + New-Item -ItemType directory "C:\tools\cvc5" |
| 440 | + Invoke-WebRequest -Uri https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Win64.exe -OutFile c:\tools\cvc5\cvc5.exe |
| 441 | + echo "c:\tools\cvc5;" >> $env:GITHUB_PATH |
439 | 442 | - name: Confirm z3 solver is available and log the version installed
|
440 | 443 | run: z3 --version
|
| 444 | + - name: Confirm cvc5 solver is available and log the version installed |
| 445 | + run: cvc5 --version |
441 | 446 | - name: Setup Visual Studio environment
|
442 | 447 |
|
443 | 448 | - name: Prepare ccache
|
@@ -485,8 +490,13 @@ jobs:
|
485 | 490 | Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
|
486 | 491 | Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
|
487 | 492 | echo "c:\tools\z3-4.8.10-x64-win\bin;" >> $env:GITHUB_PATH
|
| 493 | + New-Item -ItemType directory "C:\tools\cvc5" |
| 494 | + Invoke-WebRequest -Uri https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Win64.exe -OutFile c:\tools\cvc5\cvc5.exe |
| 495 | + echo "c:\tools\cvc5;" >> $env:GITHUB_PATH |
488 | 496 | - name: Confirm z3 solver is available and log the version installed
|
489 | 497 | run: z3 --version
|
| 498 | + - name: Confirm cvc5 solver is available and log the version installed |
| 499 | + run: cvc5 --version |
490 | 500 | - name: Setup MSBuild
|
491 | 501 |
|
492 | 502 | - name: Initialise Developer Command Line
|
|
0 commit comments