https://github.com/deecewan/build-queue
Queue builds in CI
https://github.com/deecewan/build-queue
Last synced: 2 months ago
JSON representation
Queue builds in CI
- Host: GitHub
- URL: https://github.com/deecewan/build-queue
- Owner: deecewan
- License: mit
- Created: 2019-04-27T23:51:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T00:55:49.000Z (about 7 years ago)
- Last Synced: 2025-03-21T20:18:19.689Z (over 1 year ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-queue
> A GitHub App built with [Probot](https://github.com/probot/probot) that Create a build queue for your applications
## Setup
```sh
# Install dependencies
npm install
# Run typescript
npm run build
# Run the bot
npm start
```
## License
See [LICENSE](./LICENSE)