Re: [osg-users] Setting up travis for OSG in github

2016-06-09 Thread Jordi Torres
Already done it. :). 2016-06-09 12:23 GMT+02:00 Robert Osfield : > Hi Joridi. > > On 9 June 2016 at 11:20, Jordi Torres wrote: > > Ok, fixed it, this is how it should look like > > https://github.com/jtorresfabra/osg/tree/changeReadmeToMD. Note the > badge is > > working and showing buld-passing

Re: [osg-users] Setting up travis for OSG in github

2016-06-09 Thread Robert Osfield
Hi Joridi. On 9 June 2016 at 11:20, Jordi Torres wrote: > Ok, fixed it, this is how it should look like > https://github.com/jtorresfabra/osg/tree/changeReadmeToMD. Note the badge is > working and showing buld-passing icon. Looks good, go head a create a pull request :-)

Re: [osg-users] Setting up travis for OSG in github

2016-06-09 Thread Jordi Torres
Ok, fixed it, this is how it should look like https://github.com/jtorresfabra/osg/tree/changeReadmeToMD. Note the badge is working and showing buld-passing icon. 2016-06-09 12:11 GMT+02:00 Jordi Torres : > Oh, > I just realized that we are using Readme.txt instead of Readme.md ( > markdown ). Tha

Re: [osg-users] Setting up travis for OSG in github

2016-06-09 Thread Jordi Torres
Oh, I just realized that we are using Readme.txt instead of Readme.md ( markdown ). That's why it is not showing the badge correctly. Let me fix that one chaning the file to markdown. Sorry for the inconvenience. 2016-06-09 12:02 GMT+02:00 Robert Osfield : > Hi Jordi, > > On 9 June 2016 at 10:53

Re: [osg-users] Setting up travis for OSG in github

2016-06-09 Thread Robert Osfield
Hi Jordi, On 9 June 2016 at 10:53, Jordi Torres wrote: > Great, so now we have continuous integration and it can be checked in > https://travis-ci.org/openscenegraph/OpenSceneGraph . I just created a PR to > add the status label to github site. And it seems it is working so far > because it start

Re: [osg-users] Setting up travis for OSG in github

2016-06-09 Thread Jordi Torres
Hi Robert, Great, so now we have continuous integration and it can be checked in https://travis-ci.org/openscenegraph/OpenSceneGraph . I just created a PR to add the status label to github site. And it seems it is working so far because it started a build with my last PR :). Thanks. 2016-06-08

Re: [osg-users] Setting up travis for OSG in github

2016-06-08 Thread Robert Osfield
Hi Jordi, On 3 June 2016 at 12:49, Jordi Torres wrote: > I just sent a PR for adding travis for trusty and OSX builds. It could be > improved adding missing dependencies like gdal, etc. to the apt/brew > section. Now merged. > Once you logged in to travis and set it up for the osg github repo (

Re: [osg-users] Setting up travis for OSG in github

2016-06-03 Thread Jordi Torres
Hi Robert, I just sent a PR for adding travis for trusty and OSX builds. It could be improved adding missing dependencies like gdal, etc. to the apt/brew section. Once you logged in to travis and set it up for the osg github repo ( it's only a few steps ), it will automatically search for the .tra

Re: [osg-users] Setting up travis for OSG in github

2016-05-23 Thread Jordi Torres
Hey John, Sorry for the late reply. I don't have any experience with travis and C++. I was thinking in setting it up in my own github fork, but probably you will do it faster than me. If you want to do it yourself let me know so we don't duplicate efforts. Thanks! 2016-05-20 17:02 GMT+02:00 John

Re: [osg-users] Setting up travis for OSG in github

2016-05-20 Thread John Hughes
Hi Jordi, I was actually just thinking this morning about this. Most modern software development teams these days use a continuous integration solution like Travis, along with an automated regression suite. I've had plenty experience maintaining both, so let me know if I can be of help. Cheers

Re: [osg-users] Setting up travis for OSG in github

2016-05-20 Thread Jordi Torres
Hi Robert, Let me do some tests in my own fork of OSG in github, once I have it working I will send a submission with the needed files and instructions to set it up. If anyone in the community has experience using travis with C++ don't hesitate to chime in :). Cheers. 2016-05-20 13:46 GMT+02:00

Re: [osg-users] Setting up travis for OSG in github

2016-05-20 Thread Robert Osfield
Hi Jordi, On 20 May 2016 at 10:58, Jordi Torres wrote: > Travis is completely integrated with github, so when a build fails you are > totally aware, also it works for pull requests, so automatically you can > know if a PR breaks the build ( in a specific OS or in all of them ). > Also you don't n

Re: [osg-users] Setting up travis for OSG in github

2016-05-20 Thread Jordi Torres
Hi Robert, Travis is completely integrated with github, so when a build fails you are totally aware, also it works for pull requests, so automatically you can know if a PR breaks the build ( in a specific OS or in all of them ). Also you don't need dedicated machines from community folks to run th

Re: [osg-users] Setting up travis for OSG in github

2016-05-20 Thread Robert Osfield
Hi Jordi, How is it different to what is provided by CDash? Robert. On 20 May 2016 at 10:17, Jordi Torres wrote: > Hi Robert et al. > > It could be a good idea to setup a travis build for PR's and after each push > in github. > ( https://docs.travis-ci.com/user/languages/cpp ) > > Many project

[osg-users] Setting up travis for OSG in github

2016-05-20 Thread Jordi Torres
Hi Robert et al. It could be a good idea to setup a travis build for PR's and after each push in github. ( https://docs.travis-ci.com/user/languages/cpp ) Many projects use it and it is really useful to detect build brakages or failing tests. Maybe others in the community have some experience set