junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
779 stars 112 forks source link

[Gradle plugin] Add Gradle plugin integration test. #555

Closed DaanVanYperen closed 5 years ago

DaanVanYperen commented 5 years ago

Currently https://github.com/DaanVanYperen/libgdx-artemis-quickstart is the manual integration test of the gradle (fluid) plugin. This means the testing cadence for it isn't ideal.

Integrate a minimal gradle build in the project as an integration test so we can catch issues before release. Challenge is keeping up with gradle changes from the libGDX project.

DaanVanYperen commented 5 years ago

Covered by https://github.com/DaanVanYperen/artemis-odb-examples. Not really an integration test but should suffice. I build Jam games with the release fairly frequently so added value is limited atm.