build-light displays the status of a Visual Studio Online build and drives a better development process by visually indicating the build quality to your team in a simple way.
build-light is a Windows 10 Universal App designed to run on Windows 10 IoT Core, and with a little effort can be hooked up to an LED light strip making the ultimate [headless] build-light.
Read more on our blog.
Red
- Uh-oh, build is broken
Green
- Build is good
Blue
- Build is in progress
Purple
- Build is unknown. Often seen when a build is queued but yet to be allocated to a build agent
Yellow
- Build kinda worked [partially succeeded]
White
- Polling
Off
- Check the power? Maybe raise an issue.
You will need to follow these instructions to get you PC ready to compile build-light
Not finished yet, get your RPi2 running Windows 10 IoT
Before you start, your RPi2 must be:
- On and at the Windows 10 IoT launcher
- Have an IP address
- Visible in WindowsIoTCoreWatcher
With this in place you are now ready to deploy build-light.
- Load the Codify.VisualStudioOnline.BuildLight.sln into Visual Studio 2015
- Change the build type to Release and platform to ARM
- Set the target to Remote Machine and specify the IP address of your RPi2
- Click Deploy
Coming soon - how to hook up an RGB LED light strip to build-light
The app will send telemetry (device and status) and exceptions are sent to our own Azure Application Insights. This helps us help you :)
Opt-out by removing the code before you deploy.