skip ./gradlew assemble

This commit is contained in:
Ugljesa Jovanovic 2020-06-10 19:10:30 +02:00 committed by Ugljesa Jovanovic
parent 6612d8a37b
commit 5d18629648
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -10,6 +10,8 @@ matrix:
env: env:
KBUILD=linux KBUILD=linux
JAVA_OPTS=-Xmx2g JAVA_OPTS=-Xmx2g
#skip ./gradlew assemble that is normally invoked in installation step
install: true
script: script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./linuxBuild.sh; fi' - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./linuxBuild.sh; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./linuxBuildAndPublish.sh; fi' - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./linuxBuildAndPublish.sh; fi'