mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-18 04:14:25 -05: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
@ -8,6 +8,7 @@ RUN apt-get -qq update -y \
|
||||
ca-certificates \
|
||||
clang \
|
||||
clang-format \
|
||||
clang-tidy \
|
||||
cmake \
|
||||
flex \
|
||||
gawk \
|
||||
@ -41,6 +42,7 @@ RUN apt-get -qq update -y \
|
||||
vim \
|
||||
xdot \
|
||||
sdcc \
|
||||
splint \
|
||||
cmake \
|
||||
gcc-arm-none-eabi \
|
||||
libnewlib-arm-none-eabi \
|
||||
|
Loading…
Reference in New Issue
Block a user