repo.or.cz
/
betaflight.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Display version on the OLED display.
[betaflight.git]
/
.travis.sh
blob
77a0820a4c98e90108d89fd2aaecf8c7f4ceab79
1
#!/bin/bash
2
# A hacky way of running the unit tests at the same time as the normal builds.
3
if
[
$RUNTESTS
] ;
then
4
cd
.
/
src
/
test
&&
make
test
5
else
6
make
-j2
7
fi