mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Add travis_wait to flatpak builds
This commit is contained in:
parent
c8ba385cb9
commit
190b6cb3c7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
|
||||||
mkdir -p build-flatpak
|
mkdir -p build-flatpak
|
||||||
cd 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
|
flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
|
||||||
|
|
||||||
mkdir ../artifacts
|
mkdir ../artifacts
|
||||||
|
|
Loading…
Reference in a new issue