diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-30 18:29:40 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-30 18:29:40 +0200 |
commit | 190b6cb3c70366f420e42b91117c90c4bd2b5bd3 (patch) | |
tree | 0cb847fd57a7d0c19e626fd5bdd0e4321ec35da3 /.ci | |
parent | Install dependencies for arm manually to prevent timeout (diff) | |
download | nheko-190b6cb3c70366f420e42b91117c90c4bd2b5bd3.tar.xz |
Add travis_wait to flatpak builds
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 15e7f8cf..555b4825 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -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 |