9 lines
148 B
Batchfile
Raw Normal View History

2023-07-01 08:44:52 +10:00
cd windows_binaries
2023-06-20 14:33:09 +10:00
2023-07-01 08:44:52 +10:00
set PATH="%PATH%;..\lib\windows"
2023-06-20 14:33:09 +10:00
copy ..\scripts\windows\sbinit.config .
.\core_tests || exit /b 1
.\game_tests || exit /b 1