libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
147 stars 48 forks source link

Added script for building both native as java libs. #11

Closed RBogie closed 4 years ago

RBogie commented 8 years ago

This PR enables the building of both the ffmpeg natives, as the java project on the TravisCI servers. If this is expanded to release to maven repos, it will function as a full buildserver. This would fix #2.

@Tom-Ski Could you add the deploy to maven repos if/when you have time?

intrigus commented 8 years ago

Hi, what exactly is missing for merge? Is only deploying to maven repos missing?

RBogie commented 8 years ago

Indeed the deploying still has to be done. However, I don't have any authentication info for maven central. Someone who does have the information needed should add it through encrypted variables in travis.

SimonIT commented 4 years ago

Even if deploying is still missing, I think the building itself is a good addition so I'm merging it

SimonIT commented 4 years ago

@Tom-Ski Can you enable travis for this repo?

Tom-Ski commented 4 years ago

Don, triggered first build for that branch

SimonIT commented 4 years ago

Thank you