mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Summary: Added a couple of build scripts for Jenkins so it's easier for devs to fuck with the build process. Test Plan: Tested locally on the same box that Jenkins will run the job on. * Open CMD.exe * Run ```Buildscripts\jenkins-build.bat``` * Pray Reviewers: #ss14_developers Differential Revision: http://phab.nexisonline.net/D41
5 lines
191 B
Batchfile
5 lines
191 B
Batchfile
call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
|
|
@echo on
|
|
call prebuild-2010.cmd
|
|
call msbuild SpaceStation14.sln /t:Build /p:Configuration=Release;Platform=x86
|