Skip to content

Cloud Services CI

dkayiwa edited this page Jun 19, 2018 · 5 revisions

Hosted by

https://travis.org

Description of the service

CI for pull requests, and some specific builds (saucelabs). A few other CIs are being used, like snap https://talk.openmrs.org/t/replacing-modulus-project-status-updates/9789

How to access it

https://travis-ci.org/openmrs/

How to add projects to travis-ci.

  1. Sign in to travis-ci with your GitHub account.
  2. Go to https://travis-ci.org/profile/openmrs
  3. Find the GitHub repo and turn it on.

Adding BINTRAY_API_KEY

This is needed for each repository. For instance, if the repository is openmrs-owa-orderentry, go to https://travis-ci.org/openmrs/openmrs-owa-orderentry/settings and add BINTRAY_API_KEY environment variable. You can find the API Key at https://bintray.com/profile/edit (see the left menu) after you log in to Bintray.

Clone this wiki locally