unitsofmeasurement / seshat

Seshat Units of Measurement Implementation
Apache License 2.0
7 stars 3 forks source link

CI build job? #6

Closed keilw closed 5 years ago

keilw commented 6 years ago

Is there a CI build job for Seshat already?

Most UoM projects use Circle-CI, but if e.g. from the SIS background something else is preferred, why not.

desruisseaux commented 6 years ago

There is no Continuous Integration (CI) build yet. I'm neutral on whether it should have one (running the tests locally take less than 10 seconds for now). If a CI is considered wanted, I'm neutral about wether it should be Circle-CI or another one.

keilw commented 6 years ago

If Circle-CI was fine, that already knows the organization, so adding a repository is relatively easy. All it needs is a config.yml that matches the desired Maven build goals, and should deployment to a Snapshot repository (Bintray or Sonatype) be desired, also those post-build steps.