Disable Clang static analysis

This commit is contained in:
emersion 2018-11-25 20:09:02 +01:00
parent 9e50e19374
commit 18e26cba78
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 4 additions and 6 deletions

View File

@ -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