node-gfx / node-canvas-prebuilt

Repo used to build binaries for node-canvas on CI
169 stars 31 forks source link

How to setup a Fork of this repo? #73

Closed Apidcloud closed 5 years ago

Apidcloud commented 5 years ago

Good evening!

I'm trying to setup a fork of this repo with CI, but it seems to require a github tag to be pushed/released? What's the whole process? First create the tag and only then trigger the builds?

My env variables are as follows, but I'm not entirely sure they are correct:

PREBUILD_AUTH: <github_token> // ?
PREBUILD_CANVAS_VERSION: 2.3.1 // version of node-canvas we want to build?
PREBUILD_NODE_VERSIONS: 11 // node versions
PREBUILD_VERSION: 2.3.1 // version of pre-build?
TRAVIS_REPO_SLUG: scarlettgamestudio/node-canvas-prebuilt // path in github?

Edit: Creating a release associated with the said tag did the trick. Thank you!