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
Stephen Gold
acdeef54fe
.travis.yml: specify "precise" Linux distro for JDK8 build
...
Travis's default Linux distro is now "xenial" !
5 years ago
Stephen Gold
3f1f2e8356
trivial commit with tag for v3.3.0-alpha2
6 years ago
Stephen Gold
6a71a1c273
trivial commit with tag
6 years ago
Stephen Gold
50aed6f59e
Travis: use "xenial" Linux dist to solve TLS issue ( #1081 )
...
Fixing the broken build. Thanks to @Ali-RS for providing the hint: https://travis-ci.community/t/install-of-openjdk11-is-failing-again/3061/16
6 years ago
Trevor Flynn
ad2ba95e99
Jdk 11 Build Support
6 years ago
Stephen Gold
a6622d4613
trivial commit with tag
6 years ago
Stephen Gold
9d9132d5b6
.travis.yml: work around Travis's tag blindness using a regexp
6 years ago
Stephen Gold
06d9194ddf
Update .travis.yml
6 years ago
Stephen Gold
b525d6c00d
correct branch name, no longer need CI for v3.1
6 years ago
Stephen Gold
b2be9ce3f2
issue #915 : use "precise" environment only for openjdk7 build
6 years ago
Stephen Gold
ac088e4554
issue #915 : revert Travis Linux build environment
...
from "precise" to "trusty"
6 years ago
Stephen Gold
694232e269
use Gradle v4.10, android tools v3.1.4, bintray plugin v1.8.4
6 years ago
Stephen Gold
40f6a7cc7a
avoid JDK10 so Travis CI can succeed
6 years ago
Nehon
c2b6e8f407
Allows build of 3.2 branch
7 years ago
Kirill Vainer
9472c6dc81
Try to fix Travis-CI buffer overflow on JDK7 ( #721 )
7 years ago
Kirill Vainer
abab0a553f
Try to fix JDK7 error ( #706 )
7 years ago
Kirill Vainer
17d7134e2d
bullet: enable upload for linux/mac
8 years ago
Kirill Vainer
f38ddadc5b
upload_native: debugging on master branch
8 years ago
Kirill Vainer
da8b53d0a2
upload_native: always assemble native
8 years ago
Kirill Vainer
16695d444f
travis: fix duplicate yml addons
8 years ago
Kirill Vainer
0cfb97359f
Revert "travis: test mac native upload (2)"
...
This reverts commit 6e352bbf8a
.
8 years ago
Kirill Vainer
3acee58f73
travis: add github as known ssh host
8 years ago
Kirill Vainer
6e352bbf8a
travis: test mac native upload (2)
8 years ago
Kirill Vainer
964e0017e9
travis: set git identity
8 years ago
Kirill Vainer
44bf751e35
travis: fix incorrect condition
8 years ago
Kirill Vainer
8b2b57f01c
travis: test native upload
8 years ago
Kirill Vainer
8fedbab263
travis: add upload native check
8 years ago
Kirill Vainer
40e1e7f289
travis: add jdk7 build job
8 years ago
Kirill Vainer
d3ce5e408b
travis: remove modifications for now
8 years ago
Kirill Vainer
7f936fa29b
travis: add build/upload task
8 years ago
Kirill Vainer
bb8d40810a
travis: include required g++-multilib
8 years ago
Kirill Vainer
55db5c1f74
travis: try ia32-libs this time..
8 years ago
Kirill Vainer
0e8ce10293
travis: install missing libstdc++ for 32-bit
8 years ago
Kirill Vainer
316f55859c
travis: install required multilib package
8 years ago
Kirill Vainer
36e9a0d1c6
travis: upload artifacts only on linux/jdk8
8 years ago
Kirill Vainer
0f7c12385a
travis: reorder structure a bit
8 years ago
Kirill Vainer
91e7a8bce4
travis: fix unsupported jdk
8 years ago
Kirill Vainer
28ee71fe3d
travis: test matrix build
8 years ago
Kirill Vainer
2712d80009
travis: remove uneeded install directive
8 years ago
Kirill Vainer
38b6eabdc7
cleanup build cache according to travis docs
8 years ago
Kirill Vainer
a7ef42ae89
build v3.1, master, and PRs only from now on
...
Developers should be using PRs instead of plain branches.
8 years ago
Kirill Vainer
73cb4f85ad
remove SSH based maven publishing
...
The updates.jmonkeyengine.org server is no longer used.
8 years ago
Sebastian Weiß
cbb9014028
added conditional include of lwjgl3 if java8 is supported; edited .travis.yml so that the project is compiled against multiple jdks
8 years ago
shaman
26be6d896c
Updated .travis.yml to build against Java8 instead of Java7
8 years ago
Kirill Vainer
f4f65620ec
travis: set known hosts using travis config
9 years ago
Kirill Vainer
7fdc49e1e3
travis: only create dist if deploying
9 years ago
Kirill Vainer
dd816a02a0
travis: use cache rules from docs
9 years ago
Kirill Vainer
deb3f21b7e
travis: dont cache netbeans folder anymore
9 years ago
Kirill Vainer
d0c7bd988e
travis: cleanup
9 years ago