mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 21:15:59 +01:00
Merge pull request #1392 from emersion/disable-static-analysis
Disable Clang static analysis
This commit is contained in:
commit
b5093a940b
1 changed files with 4 additions and 6 deletions
|
@ -15,14 +15,12 @@ sources:
|
|||
- https://github.com/swaywm/wlroots
|
||||
tasks:
|
||||
- setup: |
|
||||
mkdir wlroots/build-{gcc,clang}
|
||||
cd wlroots/build-gcc
|
||||
CC=gcc meson ..
|
||||
cd ../build-clang
|
||||
CC=clang meson ..
|
||||
cd wlroots
|
||||
CC=gcc meson build-gcc
|
||||
CC=clang meson build-clang
|
||||
- gcc: |
|
||||
cd wlroots/build-gcc
|
||||
ninja
|
||||
- clang: |
|
||||
cd wlroots/build-clang
|
||||
ninja scan-build
|
||||
ninja
|
||||
|
|
Loading…
Reference in a new issue