Add azure pipelines and VS projecs to repo

This commit is contained in:
Pavel Stupnikov
2019-02-14 21:36:48 +03:00
parent 6e2a54355a
commit fba5cc60b8
76 changed files with 13773 additions and 0 deletions

6
projects/regression.bat Normal file
View File

@@ -0,0 +1,6 @@
cd ..\bin
editbin /nologo /subsystem:console openttd.exe
cscript /nologo ai\regression\run.vbs
set RESULT=%ERRORLEVEL%
editbin /nologo /subsystem:windows openttd.exe
exit %RESULT%