Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

servo/buildbotstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployed at https://servo.github.io/buildbotstatus

Tool to show the build status of a Servo PR.

screenshot

Running the tool

Before running the tool make sure that you have all its dependencies installed:

npm install -g gulp && npm install

You can serve this tool from http://localhost:3000 just by running this command:

gulp

You can develop this tool from http://localhost:3000 just by running this command:

gulp dev