Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Github builds for CI

License

NotificationsYou must be signed in to change notification settings

siddharthkp/github-build

Repository files navigation



Github builds/checks for CI


 

Code ClimateKnown Vulnerabilities

 

Install

npm install github-build --save

Usage

constBuild=require('github-build')constdata={repo:'siddharthkp/github-build',// (author/repo)sha:'6954e71d46be1ae9b0529aae6e00b64d7a1023d4',// (commit sha)token:'secret',// (github oauth token: https://developer.github.com/v3/oauth)label:'my CI service',description:'checking some stuff',url:'http://my-ci-service.com/builds/1',// details url}/* Create a build */constbuild=newBuild(data)/* When you call start, a pending status get's added on github (returns a promise) */build.start()/* Run your tests *//* If things go well, call pass, it will mark change the status to success ✅ (returns a promise) */build.pass()/* Or if the tests fail, mark this build as failed ❌ (returns a promise) */build.fail()/* If you could not run the tests because of incorrect config, just error out the build (returns a promise) */build.error()// use when build errors out (returns a promise)

 

If you like it thenyou should put a ⭐️ on it

 

License

MIT © siddharthkp

About

Github builds for CI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp