forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Oliver Kopp edited this page Sep 15, 2016
·
3 revisions
This page describes the continuous integration in place at JabRef
TravisCI is used to execute all tests, including the localization, the integration test, and the database test.
- Do basic tests (
./gradlew check
) - Creates release binaries (using Install4J)
- Uploads binaries to https://builds.jabref.org.
We do not do integration tests and database tests here as they take too long for a quick check. We do basic checks here as they do not take too long and it ensures that the basic thing of JabRef is working.