mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
disabled simple test
This commit is contained in:
parent
d074606cae
commit
33aacfa289
4
.github/workflows/test_simple.sh
vendored
4
.github/workflows/test_simple.sh
vendored
@ -9,7 +9,9 @@ cat << ENDOFCMDS > .github/workflows/gdb_cmds.txt
|
|||||||
exit 1
|
exit 1
|
||||||
ENDOFCMDS
|
ENDOFCMDS
|
||||||
|
|
||||||
gdb --batch -x .github/workflows/gdb_cmds.txt ./hyperrogue
|
echo not running gdb -- not working currently
|
||||||
|
echo gdb --batch -x .github/workflows/gdb_cmds.txt ./hyperrogue
|
||||||
|
|
||||||
else
|
else
|
||||||
./hyperrogue --version
|
./hyperrogue --version
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user