klog/lgtm.yml

27 lines
677 B
YAML
Raw Permalink 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
2021-11-21 10:23:51 +00:00
- libhamlib-dev
2021-11-20 11:52:44 +00:00
- 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 23:23:57 +00:00
- "$GNU_MAKE -j8"
2021-11-20 11:47:00 +00:00