Adds prebuilt binary builder setup (#366)
* Prebuilt setup (#3) * Adds prebuild * Adds prebuild * fix branch name * adds prebuild upload * fix windows build and performance bump for prebuild * remove pre-release * adds updated * edited * test * move to all platforms * change to master * change to release event * install qode explicitly * Adds npm skip build flag * Adds build triggers * Repo dispatchs * change to all events * Update prebuild.yml * test * fix prevuild * test * test * change to master release * change to nodegui * change the master tag check * adds conditional before overwriting NAPI_VERSION
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if (process.env.SKIP_BUILD) {
|
||||
process.exit(0);
|
||||
} else {
|
||||
process.exit(1);
|
||||
}
|
||||
Reference in New Issue
Block a user