Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 656 Bytes

File metadata and controls

27 lines (14 loc) · 656 Bytes

build-mon

Build Status

A simple build monitor to monitor Visual Studio Online builds

Usage

Install Leiningen

Obtain a personal access token for Visual Studio Online with two permissions boxes ticked:

  • Build (read) for dispaying build status
  • Code (read) for displaying commit messages (optional)

Run app:

lein run "VSO_ACCOUNT_NAME" "VSO_PROJECT_NAME" "VSO_PERSONAL_ACCESS_TOKEN"

Visit localhost:3000

Development

Run tests:

lein midje [:autotest]