From: Zhiyi Zhang zzhang@codeweavers.com
--- tools/gitlab/build.yml | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tools/gitlab/build.yml b/tools/gitlab/build.yml index 02be45e7b73..184957fd6e3 100644 --- a/tools/gitlab/build.yml +++ b/tools/gitlab/build.yml @@ -90,6 +90,10 @@ build-sast: -Xclang -analyzer-disable-checker=deadcode.DeadStores -Xclang -analyzer-disable-checker=unix.Malloc script: + - ./tools/make_requests + - ./tools/make_specfiles + - ./tools/make_makefiles + - autoreconf -f - cd build64 - ../configure -q -C --enable-sast --enable-win64 - make -s gl-code-quality-report.json SASTFLAGS="${SASTFLAGS}"