Jenkins Buildscripts

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
This commit is contained in:
Rob Nelson
2015-01-22 15:05:26 -08:00
parent 21b6a1474a
commit 2399ab6bd9
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
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

View File

@@ -0,0 +1,10 @@
#!/bin/bash
prebuild-nant.sh
nant
#nunit-console Bin/SS14.Test.dll -nodots -xml=NUnit.Results.xml
echo NUnit disabled.
#7za a SS14.7z Bin/*
echo Packaging disabled.