build: don't build natives by default

native-compilation-test
Kirill Vainer 8 years ago
parent 465c456ad3
commit cdb8200cfe
  1. 2
      appveyor.yml
  2. 2
      gradle.properties

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

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

Loading…
Cancel
Save