dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Get continuous integration process implemented #521

Closed dmusican closed 7 years ago

dmusican commented 7 years ago

Jenkins CI will integrate with GitHub to automatically run unit tests. Get this set up so that unit tests are automatically run whenever a commit is sent.

dmusican commented 7 years ago

Fun excitement: how to do private repos with passwds / keys / etc?

dmusican commented 7 years ago

Considering this done; unit and integration tests, including using TestFX, are all working on Travis CI (in reactive branch). Will merge to develop branch, which is forthcoming. Still to be done is reworking most of the tests to not go up against production servers; I've already written a couple of tests in there that do so, so I'll file that as a separate issue.

Thanks, @ichiefboz !