[LyX/master] Initial commit of lyx-tester
Scott Kostyshak
skostysh at lyx.org
Mon Nov 18 15:26:01 UTC 2024
commit 6cc9638dc2882eff639ec0f98fdae307cf477bfa
Author: Scott Kostyshak <skostysh at lyx.org>
Date: Mon Nov 18 16:16:29 2024 +0100
Initial commit of lyx-tester
These scripts help with building and testing LyX, mostly with the
ctest framework.
"lyxbuild" is a build script that has different options (e.g., to
compile with Clang/GCC, Qt 5/6, CMake/autotools). The build script
also has an option to cherry-pick compiler fixes which make it
easier to build older commits on newer compiler versions (useful
when performing a "git bisect"). See "lyxbuild --help" for more
information.
The previous home of lyx-tester was:
https://gitlab.com/scottkosty/lyx-tester
development/lyx-tester/CreateQt5 | 138 +++++
development/lyx-tester/DEBUGTIPS | 7 +
development/lyx-tester/README.md | 43 ++
development/lyx-tester/TODO | 25 +
development/lyx-tester/convenience-functions.sh | 12 +
development/lyx-tester/ctest-reg-if-fail | 76 +++
development/lyx-tester/lyx-tester | 783 ++++++++++++++++++++++++
development/lyx-tester/lyxbuild | 780 +++++++++++++++++++++++
development/lyx-tester/mylyx | 169 +++++
development/lyx-tester/ssh-lyx-tester | 88 +++
development/lyx-tester/switches | 211 +++++++
development/lyx-tester/vbox_commands.txt | 23 +
development/lyx-tester/vbox_prep.sh | 42 ++
13 files changed, 2397 insertions(+)
More information about the lyx-cvs
mailing list