diff options
Diffstat (limited to 'attic/gitlab-ci/windows/test.bat')
-rw-r--r-- | attic/gitlab-ci/windows/test.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/attic/gitlab-ci/windows/test.bat b/attic/gitlab-ci/windows/test.bat new file mode 100644 index 0000000..d995088 --- /dev/null +++ b/attic/gitlab-ci/windows/test.bat @@ -0,0 +1,8 @@ +cd windows_binaries + +set PATH="%PATH%;..\lib\windows" + +copy ..\scripts\windows\sbinit.config . + +.\core_tests || exit /b 1 +.\game_tests || exit /b 1 |