gitlab-ci: Fix daily Clang Analysis

mkdir / cd build is already on ubuntu step
This commit is contained in:
Alexis La Goutte 2021-08-25 08:39:14 +00:00 committed by Wireshark GitLab Utility
parent 0d27b63747
commit ebb1d7ffaf
1 changed files with 0 additions and 2 deletions

View File

@ -668,8 +668,6 @@ Clang Static Analyzer:
CC: "clang-${CLANG_VERSION}"
CXX: "clang++-${CLANG_VERSION}"
script:
- mkdir build
- cd build
- scan-build-${CLANG_VERSION} cmake -DCMAKE_BUILD_TYPE=Debug -DDISABLE_WERROR=ON -G Ninja ..
- scan-build-${CLANG_VERSION} -o ../sbout ninja
- cd ../sbout