mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
make gdb backtraces explicit
mark them as red checks for convenience
This commit is contained in:
parent
253061a4fd
commit
d924b84c1d
1
.github/workflows/test_simple.sh
vendored
1
.github/workflows/test_simple.sh
vendored
@ -6,6 +6,7 @@ if [[ "$GH_OS" == "windows-latest" && "$GH_BUILDSYS" == "mymake" ]]; then
|
||||
cat << ENDOFCMDS > .github/workflows/gdb_cmds.txt
|
||||
run --version
|
||||
backtrace
|
||||
exit 1
|
||||
ENDOFCMDS
|
||||
|
||||
gdb --batch -x .github/workflows/gdb_cmds.txt ./hyperrogue
|
||||
|
Loading…
Reference in New Issue
Block a user