mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
Disable Clang static analysis
This commit is contained in:
parent
9e50e19374
commit
18e26cba78
@ -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 New Issue
Block a user