Skip to content

Commit

Permalink
workflows/: add USE_LIBCMP=1 and 'clean build' to test builds prevent…
Browse files Browse the repository at this point in the history
…ing failure due to missing features
  • Loading branch information
DDvO committed Feb 12, 2024
1 parent 87b715c commit a2c2fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality_check_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2c2fb8

Please sign in to comment.