Przeglądaj źródła

build: don't build natives by default

Kirill Vainer 8 lat temu
rodzic
commit
cdb8200cfe
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      appveyor.yml
  2. 1 1
      gradle.properties

+ 1 - 1
appveyor.yml

@@ -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

+ 1 - 1
gradle.properties

@@ -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