appveyor: Add better logging
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
726a6a8f25
commit
53c527342f
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ build_script:
|
|||
|
||||
SUCCESS=1
|
||||
|
||||
echo "Checking following projects:"
|
||||
for f in *; do
|
||||
[ -d "$f" ] || [ ! -L "$f" ] || [ ! "$f" = "base" ] && echo " * $f";
|
||||
done
|
||||
echo ""
|
||||
|
||||
for f in *; do
|
||||
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue