Tag:
Branch:
Tree:
1ffd11fae4
3.0
JavaSaBr-added_new_var_type
accellbaker
cleanup_build_scripts
define_list_fix
empirephoenix-patch-1
experimental
fix-456
fix-openal-soft-deadlink
gradle-4.1
in-pass-shadows
master
monkanim
native-compilation-test
opengles2-fixes
revert-573-cleanup_build_scripts
revert-671-backport_changes_from_3.2
shader-nodes-enhancement
v3.1
v3.2
v3.3
3.1-github-tag-test
3.1-snapshot-test
3.1-snapshot-test-2
3.1-snapshot-test-3
3.1-snapshot-test-4
v3.1-alpha1
v3.1.0-alpha2
v3.1.0-alpha3
v3.1.0-alpha4
v3.1.0-alpha5
v3.1.0-beta1
v3.1.0-beta2
v3.1.0-beta3
v3.1.0-beta4
v3.1.0-stable
v3.2.0-alpha1
v3.2.0-alpha2
v3.2.0-alpha3
v3.2.0-beta1
v3.2.0-beta2
v3.2.0-stable
v3.2.1-stable
v3.2.2-beta1
v3.2.2-stable
v3.2.3-stable
v3.2.4-stable
v3.3.0-alpha1
v3.3.0-alpha2
v3.3.0-alpha3
v3.3.0-alpha4
v3.3.0-alpha5
v3.3.0-beta1
v3.3.0-beta2
v3.3.0-stable
v3.3.2-stable
${ noResults }
1 Commits (1ffd11fae400963d51876e19d0222852777320a0)
Author | SHA1 | Message | Date |
---|---|---|---|
MeFisto94 | 90d3b69bd1 |
Build Android Natives (OpenAL, Vorbis, TextureLoading) on Travis (#1171)
* First attempt at building android-natives. * Use OpenJDK because native build is broken without * Try OpenJDK 10 * Try openJDK 9 * Try openJDK11 again but "enable" the EE Module * OpenJDK 11 has no Java EE Module anymore. * Try to fix Android Header Generation * Fix invalid flag error with javac by removing empty quotes * Try to fix build of decode. * Remove jni generated headers from the repository. * Adjust .gitignore as those header files won't appear at that location anymore * Fix Android Build: Fill the jme3-android-native headers during the build of jme3-android. This works because jme3-android-native already depends on jme3-android. Due to technical reasons, the headers share the same location and thus the include directives have been adjusted slightly. * Copy jni headers to the jni directory. * Adjust the path slightly * Try to silence android sdk's license print out * Also fix openAL * Solve task name conflict * Really silence license now * Tasks seem shared but Strings are not... * Only build Android-Native * Trying to reduce the amount of dependencies needed. * Remove even more dependencies * Even more removal * Prepare Deployment * Fix Deployment * Cleanup: Remove feature branch from branches for travis. * Revert a few unnecessary things * Removed NDK Comments. |
5 years ago |