Re: Continuous Integration: Running tests with Travis CI
Marc Abramowitz <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Nice! Thanks, Chris! -Marc http://marc-abramowitz.com Sent from my iPhone 4S On Oct 9, 2013, at 8:32 PM, Chris Kings-Lynne <[email protected]> wrote: > Quick guide to setting up a mirroring process: > > 1. Clone gitorious in mirror mode: > > git clone --mirror 'https: //user:[email protected]/freetds/freetds.git' navigate > > Then add a github remote: > > git remote add github https://user:[email protected]/freetds/freetds > > Then your cron should look like this: > > */5 * * * * root cd repo && git remote update && git push --all github && git push --tags github > > Chris > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of James K. Lowden > Sent: Thursday, 10 October 2013 7:40 AM > To: [email protected] > Subject: Re: [freetds] Continuous Integration: Running tests with Travis CI > > On Tue, 8 Oct 2013 08:56:27 -0700 > Marc Abramowitz <[email protected]> wrote: > >> Any interest in setting up Travis CI to run the FreeTDS test suite >> automatically on every commit to git? > > What do you need from us, Marc? > > If all you need is permissions, and you're prepared to set it up and take care of it, I don't see a problem. It would be good to add a link to the website, too. (The HTML is in the repository.) > > --jkl > > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds > -- > Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering.http://www.mailguard.com.au/mg > Click here to report this message as spam: > https://login.mailguard.com.au/report/1I8U96xDi3/7818JVxS8wtNMd3mJdGHiZ/0 > > > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds