PDF-Over
PDF-Over copied to clipboard
Setup nightly CI builds
Now that we're on Github, we want to enable enterprising users to get CI-generated nightly builds with the latest features.
CI package size is a concern, though -- our CI currently produces the "full" PDF-Over install directory, with bundled JRE. This runs into storage size caps really fast.
We should un-bundle JRE with a maven config switch, and setup a nightly cronjob runner using this switch.
(Do we want all CI builds to not bundle JRE? Probably...?)