klog/lgtm.yml

27 lines
667 B
YAML
Raw Normal View History

2021-10-05 07:04:50 +00:00
path_classifiers:
test:
- test
extraction:
cpp:
prepare: # Customizable step used by all languages.
packages:
2021-11-20 11:52:44 +00:00
- g++
- make
- qt5-qmake
- qtbase5-dev
- qttools5-dev
- libqt5charts5-dev
- libqt5sql5-sqlite
- libhamlib-dev
- libqt5serialport5-dev
2021-10-05 07:04:50 +00:00
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
index: # Customizable step used by all languages.
build_command:
2021-11-20 11:47:00 +00:00
- make