repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release v4.9237 - Ice Coffee :coffee:
[RRG-proxmark3.git]
/
covconfig.sh
blob
b762ac6f10f6f8eabd3f66ec186c98bc7f0fcbbe
1
#!/usr/bin/env bash
2
3
set -e
4
. .coverity.conf ||
exit
1
5
6
# cov-configure --list-configured-compilers text
7
cov-configure
--template --compiler
arm-none-eabi-gcc
--comptype
gcc
8
# cov can't read gcov from gcc > 7
9
cov-configure
--template --compiler
$HOSTCC
--comptype
gcc