travis: add upload native check

native-compilation-test
Kirill Vainer 8 years ago
parent 2b7b9dbe09
commit 8fedbab263
  1. 2
      .travis.yml

@ -37,6 +37,8 @@ install:
script:
- ./gradlew check
- 'export UPLOAD_NATIVE=$(git diff-tree --name-only $TRAVIS_COMMIT -- jme3-bullet-native/)'
- '[ "$UPLOAD_NATIVE" != "" ] && echo will upload native || echo not uploading native'
after_success:
- '[ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ -n "$UPLOAD" ] && ./gradlew bintrayUpload || :'

Loading…
Cancel
Save