Skip to content

Commit

Permalink
Appveyor: Fix CMake args in coverity build
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed May 17, 2024
1 parent 213c99c commit 2972d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ for:
- cmake -G "%GENERATOR%" ..
- ps: |
cov-configure --msvc
cov-build --dir cov-int cmake --build --target tests . --config $env:configuration
cov-build --dir cov-int cmake --build . --target tests --config $env:configuration
If ($LastExitCode -ne 0) {
cat cov-int/build-log.txt
$host.SetShouldExit($LastExitCode)
Expand Down

0 comments on commit 2972d9f

Please sign in to comment.