travis/appveyor: final test for auto-building

native-compilation-test
Kirill Vainer 8 years ago
parent f58242f285
commit 47c2396093
  1. 2
      appveyor.yml
  2. 1
      jme3-bullet-native/build.gradle
  3. 2
      private/upload_native.sh

@ -26,7 +26,7 @@ install:
- cmd: del C:\Users\appveyor\.gradle\caches\modules-2\modules-2.lock
build_script:
- cmd: gradlew.bat --no-daemon -PbuildNativeProjects=true :jme3-bullet-native:assemble
- cmd: gradlew.bat -PbuildNativeProjects=true :jme3-bullet-native:assemble
cache:
- C:\Users\appveyor\.gradle\caches

@ -191,7 +191,6 @@ unzipBullet.dependsOn {
}
task unzipBulletIfNeeded {
}
unzipBulletIfNeeded.dependsOn {

@ -4,7 +4,7 @@ NATIVE_CHANGES="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-nati
if [ "$NATIVE_CHANGES" != "" ]; then
git config --global user.email "travis-ci"
git config --global user.name "travis-ci"
./gradlew --no-daemon -PbuildNativeProjects=true :jme3-bullet-native:assemble
./gradlew -PbuildNativeProjects=true :jme3-bullet-native:assemble
openssl aes-256-cbc -K $encrypted_f0a0b284e2e8_key -iv $encrypted_f0a0b284e2e8_iv -in private/key.enc -out "$HOME/.ssh/id_rsa" -d
chmod 600 "$HOME/.ssh/id_rsa"
git checkout -q "$TRAVIS_BRANCH"

Loading…
Cancel
Save