Agree that we should try to use ASF's Jenkins first. I can configure it to check the pull requests, it can do similar comments in GitHub - we've got that set up on
https://builds.apache.org/view/Incubator%20Projects/job/incubator-taverna-language-pull-requests/ What is the right command etc. to test the Taverna Mobile build? (What would you have used for Travis?) gradle test? I get: > Plugin is too old, please update to a more recent version, or set > ANDROID_DAILY_OVERRIDE environment variable to > "55c32853b5a3868d3219a9a4e86a91161f9a794f" > FAILURE: Build failed with an exception. > > * Where: > Build file > '/home/stain/src/taverna/incubator-taverna-mobile/app/build.gradle' line: 1 (I think it is unhappy as I don't have the Android SDK installed) We can use Docker on Jenkins, so if there's a good docker base image that will help. We could use Travis CI as well, but it's a bit trickier to control as we don't have direct Github-management access under apache/ https://travis-ci.org/apache/ On 7 June 2016 at 09:23, Andy Seaborne <[email protected]> wrote: > On 07/06/16 05:05, Rajan Maurya wrote: >> >> Hi Stain, Ian,Alan, >> >> I found that taverna mobile does not have Continuous Integration System. >> So >> I suggest Travis because it very popular. >> >> After that, future PR will automatically be tested and It will be very >> easy >> to me to Review the code. >> >> >> > > Apache has a Jenkins service. > > https://builds.apache.org/ > > e.g. > https://builds.apache.org/view/Incubator%20Projects/job/incubator-taverna-engine/ > > Andy > -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons http://orcid.org/0000-0001-9842-9718
