mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
CI: enable gcc static analyzer
This commit is contained in:
parent
c9de358075
commit
b959e23d6d
3 changed files with 16 additions and 0 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -155,6 +155,17 @@ jobs:
|
|||
meson compile -C build-gcc-release
|
||||
' | $TARGET
|
||||
|
||||
- name: Build with gcc - static analyzer
|
||||
run: |
|
||||
echo '
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
export CC=gcc
|
||||
meson setup build-gcc-static_analyzer -Dxwayland=enabled \
|
||||
-Dstatic_analyzer=enabled --werror
|
||||
meson compile -C build-gcc-static_analyzer
|
||||
' | $TARGET
|
||||
|
||||
|
||||
# Runtime tests, these run on Debian and Void only (the later due to libmusl being used)
|
||||
- name: Build with clang - release
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue