lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

testing out Docker CI scripts?


From: Han-Wen Nienhuys
Subject: testing out Docker CI scripts?
Date: Sat, 22 Feb 2020 14:29:05 +0100

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 - address@hidden - http://www.xs4all.nl/~hanwen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]