Skip to content

Commit

Permalink
appveyor: Configure compiler for Coverity before usage
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Sep 24, 2023
1 parent 0206b1c commit 70051b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ build_script:
# Do not build tests for Coverity
& cmake '$CMAKE_GENERATOR_ARGS' $CMAKE_C_COMPILER $CMAKE_CXX_COMPILER ../plibsys;
& cov-configure --msvc;
& cov-build --dir "$BUILD_DIR\cov-int" $BUILD_COMMAND $BUILD_PARAMS;
& $COVERITY_EXE compress -o "$BUILD_DIR\coverity.zip" -i "$BUILD_DIR\cov-int";
Expand Down

0 comments on commit 70051b4

Please sign in to comment.