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