Fix CodeQL configuration (#2514)

This commit is contained in:
fcasal 2020-12-18 05:14:37 +00:00 committed by GitHub
parent 601dc248a6
commit 37ec41ffae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,18 @@
path_classifiers:
library:
- radare2
queries:
- exclude: cpp/short-global-name
extraction:
cpp:
prepare:
packages:
- "build-essential"
- "cmake"
- "libzip-dev"
- "zlib1g-dev"
- "qt5-default"
- "libqt5svg5-dev"
- "qttools5-dev"
- "qttools5-dev-tools"
configure:
command:
- "pip3 install --upgrade --user meson"
- "cmake -B build -DCUTTER_USE_BUNDLED_RIZIN=ON"
index:
build_command: "cmake --build build"