From a2c2fb8c1c58a34cc9d7cc18928ec4a2b5c2e982 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 12 Feb 2024 22:04:43 +0100 Subject: [PATCH] workflows/: add USE_LIBCMP=1 and 'clean build' to test builds preventing failure due to missing features --- .github/workflows/build.yml | 2 +- .github/workflows/quality_check_sonarcloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f42d71a..1b6dc9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: # would need access to azure.archive.ubuntu.com: # sudo apt-get update # sudo apt-get install -y >/dev/null libssl-dev build-essential # not needed - USE_LIBCMP=1 make -f Makefile_v1 build_prereq test_all + USE_LIBCMP=1 make -f Makefile_v1 clean build test_all doc_deb: runs-on: ubuntu-latest diff --git a/.github/workflows/quality_check_sonarcloud.yml b/.github/workflows/quality_check_sonarcloud.yml index 5b27e27..bb10153 100644 --- a/.github/workflows/quality_check_sonarcloud.yml +++ b/.github/workflows/quality_check_sonarcloud.yml @@ -31,7 +31,7 @@ jobs: make - name: test-coverage run: | - make -f Makefile_v1 test_Mock + USE_LIBCMP=1 make -f Makefile_v1 clean build test_Mock find . -name *.gcno -exec gcov {} \; - name: Run sonar-scanner env: