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
10 lines
167 B
Bash
10 lines
167 B
Bash
#!/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. |