mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-21 07:10:43 -04:00
tkey-builder: Include clang-tidy & splint
To be able to run statical analysis on source, include clang-tidy and splint (see make check) in tkey-builder.
This commit is contained in:
parent
48324fe5b3
commit
da40edfc51
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN apt-get -qq update -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
clang \
|
clang \
|
||||||
clang-format \
|
clang-format \
|
||||||
|
clang-tidy \
|
||||||
cmake \
|
cmake \
|
||||||
flex \
|
flex \
|
||||||
gawk \
|
gawk \
|
||||||
|
@ -41,6 +42,7 @@ RUN apt-get -qq update -y \
|
||||||
vim \
|
vim \
|
||||||
xdot \
|
xdot \
|
||||||
sdcc \
|
sdcc \
|
||||||
|
splint \
|
||||||
cmake \
|
cmake \
|
||||||
gcc-arm-none-eabi \
|
gcc-arm-none-eabi \
|
||||||
libnewlib-arm-none-eabi \
|
libnewlib-arm-none-eabi \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue