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:
Atul R
2020-01-24 19:11:01 +01:00
committed by GitHub
parent 625f91cc7e
commit a84bc69a26
9 changed files with 972 additions and 94 deletions
+5
View File
@@ -0,0 +1,5 @@
if (process.env.SKIP_BUILD) {
process.exit(0);
} else {
process.exit(1);
}