Add travis_wait to flatpak builds

This commit is contained in:
Nicolas Werner 2020-05-30 18:29:40 +02:00
parent c8ba385cb9
commit 190b6cb3c7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
mkdir -p build-flatpak
cd build-flatpak
flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
travis_wait flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
mkdir ../artifacts