mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-11 19:30:44 +02:00
ci: run tests on Linux under gdb (if available)
This commit is contained in:
committed by
Anonymous Maarten
parent
396eeff350
commit
4ab8ecf02d
2
.github/workflows/create-test-plan.py
vendored
2
.github/workflows/create-test-plan.py
vendored
@@ -490,6 +490,8 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool, ctest_args
|
||||
job.shared_lib = SharedLibType.SO_0
|
||||
job.static_lib = StaticLibType.A
|
||||
fpic = True
|
||||
job.cmake_arguments.append("-DSDLTEST_GDB=ON")
|
||||
job.apt_packages.append("gdb")
|
||||
if spec.more_hard_deps:
|
||||
# Some distros prefer to make important dependencies
|
||||
# mandatory, so that SDL won't start up but lack expected
|
||||
|
||||
Reference in New Issue
Block a user