1# vi: set ts=2 sw=2: 2extraction: 3 cpp: 4 prepare: 5 packages: 6 - libelf-dev 7 - pkg-config 8 after_prepare: 9 # As the buildsystem detection by LGTM is performed _only_ during the 10 # 'configure' phase, we need to trick LGTM we use a supported build 11 # system (configure, meson, cmake, etc.). This way LGTM correctly detects 12 # that our sources are in the src/ subfolder. 13 - touch src/configure 14 - chmod +x src/configure 15