meta
This commit is contained in:
parent
a4648d8434
commit
a9b1c582d9
2 changed files with 17 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,3 +3,6 @@
|
||||||
*.gz
|
*.gz
|
||||||
*.tgz
|
*.tgz
|
||||||
.pio
|
.pio
|
||||||
|
tests/*.lst
|
||||||
|
tests/*.bin
|
||||||
|
*.log
|
||||||
|
|
14
.lgtm.yml
Normal file
14
.lgtm.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
extraction:
|
||||||
|
cpp:
|
||||||
|
prepare:
|
||||||
|
packages:
|
||||||
|
- libncurses-dev
|
||||||
|
configure:
|
||||||
|
command:
|
||||||
|
- mkdir _lgtm_build_dir
|
||||||
|
- cd _lgtm_build_dir
|
||||||
|
- cmake ..
|
||||||
|
index:
|
||||||
|
build_command:
|
||||||
|
- cd _lgtm_build_dir
|
||||||
|
- make
|
Loading…
Add table
Reference in a new issue