mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
build: fix timeout in windows due to travis
- refs: https://travis-ci.community/t/windows-build-hangs-after-done-exit-0/1439
This commit is contained in:
parent
37e700424a
commit
443e5d3643
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
|
export GRADLE_OPTS=-Dorg.gradle.daemon=false
|
||||||
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin"
|
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin"
|
||||||
./gradlew.bat build shadowJar proguard
|
./gradlew.bat build shadowJar proguard
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user