Skip to Content.
Sympa Menu

freetds - Re: [freetds] Continuous Integration: Running tests with Travis CI

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Chris Kings-Lynne <Chris.Kings-Lynne AT navitas.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Continuous Integration: Running tests with Travis CI
  • Date: Thu, 10 Oct 2013 03:32:12 +0000

Quick guide to setting up a mirroring process:

1. Clone gitorious in mirror mode:

git clone --mirror 'https: //user:pass AT gitorious.org/freetds/freetds.git'
navigate

Then add a github remote:

git remote add github https://user:pass AT github.com/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: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of James K. Lowden
Sent: Thursday, 10 October 2013 7:40 AM
To: freetds AT lists.ibiblio.org
Subject: Re: [freetds] Continuous Integration: Running tests with Travis CI

On Tue, 8 Oct 2013 08:56:27 -0700
Marc Abramowitz <msabramo AT gmail.com> 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
FreeTDS AT lists.ibiblio.org
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






Archive powered by MHonArc 2.6.24.

Top of Page