Travis wait can only be used in a top level command?
This commit is contained in:
parent
190b6cb3c7
commit
5ca5b4561e
@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
|
||||
mkdir -p build-flatpak
|
||||
cd build-flatpak
|
||||
|
||||
travis_wait flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
|
||||
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
|
||||
|
@ -134,7 +134,7 @@ install:
|
||||
- export PATH=/usr/local/bin:${PATH}
|
||||
|
||||
script:
|
||||
- ./.ci/script.sh
|
||||
- travis_wait ./.ci/script.sh
|
||||
- sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
|
||||
- cp ./.ci/bintray-release.json .
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user