commit 6cc9638dc2882eff639ec0f98fdae307cf477bfa
Author: Scott Kostyshak <skost...@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(+)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to