build: don't build natives by default

This commit is contained in:
Kirill Vainer 2016-11-25 22:01:38 -05:00
parent 465c456ad3
commit cdb8200cfe
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@ jmeVersionTagID = 0
buildJavaDoc = false buildJavaDoc = false
# specify if SDK and Native libraries get built # specify if SDK and Native libraries get built
buildNativeProjects = true buildNativeProjects = false
buildAndroidExamples = false buildAndroidExamples = false
# Path to android NDK for building native libraries # Path to android NDK for building native libraries