This commit is contained in:
folkert van heusden 2022-03-21 20:45:10 +01:00
parent a4648d8434
commit a9b1c582d9
2 changed files with 17 additions and 0 deletions

3
.gitignore vendored
View file

@ -3,3 +3,6 @@
*.gz
*.tgz
.pio
tests/*.lst
tests/*.bin
*.log

14
.lgtm.yml Normal file
View 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