-
-
Notifications
You must be signed in to change notification settings - Fork 353
Rock Build Server Setup
nairdo edited this page Apr 15, 2014
·
11 revisions
These are notes for the core team on how we set up our build server.
- Set up ACLs for Jenkins endpoint on Azure. (Github's IPs: https://github.com/blog/1457-upcoming-ip-address-changes)
- Install Jenkins
- Loosely followed my instructions from RC v4
- Install Visual Studio 2013 Express (for 4.5.1 and reduced complexity)
- Install Sandcastle Help File Builder
- Skip install of the two Help File Formats, but press "Install SHFB" button.
- Skip install of 'Sandcastle Help File Builder Visual Studio Package'
- Loosely followed these instructions
- Configure Sandcastle's environment variables
- set DXROOT=c:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder
- set SHFBROOT="%DXROOT%"
- set LANGUAGE="%SHFBROOT%\SandcastleBuilderGUI.exe"