build test fixup

This commit is contained in:
Stefan Schmidt 2019-09-23 12:56:18 +02:00
parent b2bf95b6a0
commit f77f64f51b
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ if [ "$DISTRO" != "" ] ; then
if [ "$1" = "mingw" ] ; then
exit 0
fi
if [ "$1" = "release-ready" ] ; then
exit 0
fi
docker exec --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-example.sh
else
exit 0