Create coverage report during build

This commit is contained in:
TheAssassin
2018-11-09 21:10:24 +01:00
parent 22bbd04304
commit aaaca8b321
+2 -2
View File
@@ -39,8 +39,8 @@ cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j$(nproc)
## Run Unit Tests
ctest -V
# run unit tests and generate coverage report
make -j$(nproc) coverage_text
# args are used more than once
LINUXDEPLOY_ARGS=("--appdir" "AppDir" "-e" "bin/linuxdeploy" "-i" "$REPO_ROOT/resources/linuxdeploy.png" "--create-desktop-file" "-e" "/usr/bin/patchelf" "-e" "/usr/bin/strip")