* Jenkins automated build server for Windows builds
@ 2016-06-22 4:25 Mads Elvheim
2016-06-22 8:05 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: Mads Elvheim @ 2016-06-22 4:25 UTC (permalink / raw)
To: guile-devel
First of all, congratulations with the 2.1.3 release! :-)
I just finished setting up a continuous integration server at
http://guile.mechcore.net:8080/
It periodically polls the origin/stable-2.0 branch every 12 hours,
builds 32-bit freestanding versions of guile for Windows, and packs it
up into a distributable zip archive. I have also set up jobs to track
origin/master as well as the v2.0.9 and v2.0.11 tags, but these are
currently invoked manually. (The stable tagged commits are only there
for convenience).
The Guile test suite is run in QEMU under Windows XP Pro 64-bit, and
failing tests are conveniently displayed on the build pages.
If someone here would benefit from having privileges to invoke manual
builds, set up new branches to track or have access to the Windows tests
server via ssh, I'd be happy to arrange that.
Outstanding issues with my setup which I'm looking into:
* The test suite does not work out of the box on Windows; that is, some
unit tests gives an exception which makes the test suite terminate
prematurely instead of returning the test case as an "error".
* In order to get Jenkins to display the test suite results nicely, I
had to hack together a script which converted the test suite log into
the JUnit XML format. It only tracks passes, failures and errors.
Skipped, unresolved and unsupported unit tests are not yet reflected in
the web interface or in the total tests count. But the raw test suite
log is printed as a part of the build log output. For example,
http://guile.mechcore.net:8080/job/GNU-Guile-stable-2.0-Windows/lastBuild/consoleText
* Looking into getting Windows 64-bit builds of Guile to build
successfully. I'll be trying out some patches people suggested on #guile
I'd be grateful for any feedback and suggestions for improvements.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Jenkins automated build server for Windows builds
2016-06-22 4:25 Jenkins automated build server for Windows builds Mads Elvheim
@ 2016-06-22 8:05 ` Andy Wingo
0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2016-06-22 8:05 UTC (permalink / raw)
To: Mads Elvheim; +Cc: guile-devel
On Wed 22 Jun 2016 06:25, Mads Elvheim <mads@mechcore.net> writes:
> I just finished setting up a continuous integration server at
> http://guile.mechcore.net:8080/
That's great! I see that there's a compile failure on Guile master for
Windows; very nice to see all the output :) Looking forward to poking
it.
Happy hacking,
Andy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-22 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-22 4:25 Jenkins automated build server for Windows builds Mads Elvheim
2016-06-22 8:05 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).