Mostly fixed up but I have to figure out why cost on actions isn't changing the priority.

This commit is contained in:
Zed A. Shaw 2025-03-31 13:51:27 -04:00
parent 862d8b4d81
commit 52f45e1d45
5 changed files with 17 additions and 29 deletions

View file

@ -22,7 +22,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: build
./builddir/runtests "[rituals]"
./builddir/runtests "[combat]"
run: build test
powershell "cp ./builddir/zedcaster.exe ."
@ -41,7 +41,7 @@ clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e "[rituals]"
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e "[combat]"
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" win_installer.ifp'