mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
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:
4
Buildfiles/jenkins-build.bat
Normal file
4
Buildfiles/jenkins-build.bat
Normal 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
|
||||
10
Buildfiles/jenkins-build.sh
Normal file
10
Buildfiles/jenkins-build.sh
Normal 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.
|
||||
Reference in New Issue
Block a user