WycliffeAssociates / otter-jvm

Desktop JVM repository for the Otter project
GNU General Public License v3.0
6 stars 1 forks source link

Move the build to travis #486

Closed danparisd closed 5 years ago

danparisd commented 5 years ago

This moves the build completely into Travis. It's currently broken in Jenkins, so moving it to travis solves 2 problems. One, it gets the build fixed. Two, it will prevent us from breaking the build in the future without knowing we broke it. This change will also allow us to more easily share nightly builds as they are moved into an S3 bucket instead of a local share.

This does not include @aunger latest changes (currently a PR) to build.gradle. We'll need to merge these changes carefully, but it shouldn't be too bad.


This change is Reviewable

aunger commented 5 years ago

.travis.yml, line 20 at r4 (raw file):

Previously, aunger (Russell Aunger) wrote…
Some of these curl options are confusing. (Are you continuing a previous download? Do you really want to force HTTP 1.0 protocol?) Please add comments for the important options and remove the unimportant ones.

Oops, I misread -O as -0. Still, you may want --retry instead of -C -.

jsarabia commented 5 years ago

This is still using java 8

danparisd commented 5 years ago

@sarabiaj I'm still working on this. I need to talk to you about how we handle the JRE bundles.

danparisd commented 5 years ago

I'll reopen this when I complete the move to corretto JRE