shalinshah1993 / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Setup/activate CI with travis #22

Closed matthiaskoenig closed 6 years ago

matthiaskoenig commented 6 years ago

Setup continuous integration with travis so that tests are run on every commit.

I started the .travis.yml, but travis integration for all branches must be activated. @shalinshah1993 can you activate the travis support. See here for information: https://docs.travis-ci.com/user/getting-started/

shalinshah1993 commented 6 years ago

So i created an account with travis and enabled continuous integration on the travis app. I see that you have already created a .travis.yml file. Do you want me to do anything else except sync on and travis app activation?

matthiaskoenig commented 6 years ago

Can you post the link to your travis account for the repository. This should look something like https://travis-ci.org/shalinshah1993/sbscl Here you should see that the continous integration is triggered for the repository and see that the build fails currently (from the next commit on after activation)

Basically this should look similar to https://travis-ci.org/matthiaskoenig/cy3sbml but with failing builds right now.

Make sure that you activate all branches for travis.

matthiaskoenig commented 6 years ago

Just got the email notification for the failed build. So seems to work! Link is here https://travis-ci.org/shalinshah1993/SBSCL

Closing this. Now it is about writing/fixing tests.