1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +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:
nathan 2016-04-30 12:41:43 -07:00
parent c89926e9cc
commit 2aea052f52

View file

@ -26,6 +26,9 @@ export TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG:=$USER/simulated}
for target in "${targets[@]}"
do
unset RUNTESTS PUBLISHMETA TARGET
echo
echo
echo "BUILDING '$target'"
eval "export $target"
make -f Makefile clean
./.travis.sh