mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
print the target name so we can figure out which target is breaking w/ fake_travis_build.sh
This commit is contained in:
parent
c89926e9cc
commit
2aea052f52
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ export TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG:=$USER/simulated}
|
||||||
for target in "${targets[@]}"
|
for target in "${targets[@]}"
|
||||||
do
|
do
|
||||||
unset RUNTESTS PUBLISHMETA TARGET
|
unset RUNTESTS PUBLISHMETA TARGET
|
||||||
|
echo
|
||||||
|
echo
|
||||||
|
echo "BUILDING '$target'"
|
||||||
eval "export $target"
|
eval "export $target"
|
||||||
make -f Makefile clean
|
make -f Makefile clean
|
||||||
./.travis.sh
|
./.travis.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue