From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8096a6bb94951737 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!goblin1!goblin2!goblin.stu.neva.ru!fi.sn.net!newsfeed2.tdcnet.fi!news.song.fi!not-for-mail Message-ID: <4ddaafd4$0$2829$7b1e8fa0@news.nbl.fi> From: Tero Koskinen Subject: Re: Continuous integration for Ada? Newsgroups: comp.lang.ada References: <4Zudnb-7mvO-NUvQ4p2dnAA@giganews.com> User-Agent: tin/1.9.3-20080506 ("Dalintober") (UNIX) (Linux/2.6.38.6-kapsi-grbfs+ (x86_64)) Date: 23 May 2011 19:04:52 GMT Organization: NBL Networks Oy NNTP-Posting-Host: 217.30.184.161 X-Trace: 1306177492 news.nbl.fi 2829 217.30.184.161:31937 X-Complaints-To: abuse@nblnetworks.fi Xref: g2news2.google.com comp.lang.ada:20356 Date: 2011-05-23T19:04:52+00:00 List-Id: Peter C. Chapin wrote: > I'm wondering if anyone here has experience setting up a continuous > integration server for Ada and, if so, what tools (which server system) > you might recommend. Here is example of Jenkins building Ahven [1] and reporting the test results: http://devel.stronglytyped.org:8080/ The host is Linode/VPS instance with Fedora 14 and GNAT GPL. Jenkins fetches Ahven's source code every hour from https://bitbucket.org/tkoskine/ahven and shows the build and test results. Ahven generates suitable XML files out of the box (although for some reason Jenkins reports 43+3+3+4=50 tests instead of 50=50 tests...). -- Tero Koskinen - http://iki.fi/tero.koskinen/ [1] http://ahven.stronglytyped.org/