Skip to content

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.

  1. Set up ACLs for Jenkins endpoint on Azure. (Github's IPs: https://github.com/blog/1457-upcoming-ip-address-changes)
  2. Install Jenkins
    1. Loosely followed my instructions from RC v4
  3. Install Visual Studio 2013 Express (for 4.5.1 and reduced complexity)
  4. Install Sandcastle Help File Builder
  5. Skip install of the two Help File Formats
  6. Press "Install SHFB" button.
  7. Skip install of 'Sandcastle Help File Builder Visual Studio Package'
  8. Loosely followed these instructions
  9. Configure Sandcastle's environment variables
    1. set DXROOT=c:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder
    2. set SHFBROOT=%DXROOT%
    3. set LANGUAGE=%SHFBROOT%\SandcastleBuilderGUI.exe
Clone this wiki locally