Hi there, I've been working on a set of scripts that provides a reproducible test environment for running LilyPond regtests. In addition to being reproducible, it has some performance tweaks to speed up recompilations.
See https://github.com/hanwen/lilypond-ci I would be interested in your feedback. For example, I think it could be used for validating the staging -> master push in the following way: ( cd lilypond ; git fetch origin ) && \ sh test-git.sh --ubuntu lilypond/ origin/staging && \ sh test-git.sh --fedora lilypond/ origin/staging && \ (cd lilypond && git push origin/staging:master) -- Han-Wen Nienhuys - hanw...@gmail.com - http://www.xs4all.nl/~hanwen