mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
6cc9638dc2
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
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
These are good ideas when debugging lyx-tester:
|
|
|
|
run with no parallel
|
|
run with TeX Live .iso
|
|
do not do an apt-get update or dist-upgrade
|
|
try to make it so an internet connection is not needed
|
|
Either run all from ssh or run all manually (remember the bug of not exporting DISPLAY)
|