klog/lgtm.yml
2021-10-05 09:04:50 +02:00

18 lines
553 B
YAML

path_classifiers:
test:
- test
extraction:
cpp:
prepare: # Customizable step used by all languages.
packages:
- libhamlib++-dev
after_prepare: # Customizable step used by all languages.
- export GNU_MAKE=make
- export GIT=true
configure: # Customizable step used only by C/C++ extraction.
command:
- qmake KLog.pro
before_index: # Customizable step used by all languages.
index: # Customizable step used by all languages.
build_command:
- $GNU_MAKE -j2 -s