criblio / js2bin

NodeJS application to native executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use --ci for local builds

nathantomsic opened this issue · comments

Agreed. @nathantomsic can you please comment on what are you trying to do?

The number of prebuilds available are pretty limited. I should be able to build a node version with my target from source if a prebuilt one is not available. However, --ci tries to upload them to github and then deletes everything.

Agreed. @nathantomsic can you please comment on what are you trying to do?

handled in 1.0.5- you should now be able to use js2bin --ci --cache --node=<version> --size=2MB

I have done this, the compiled bin is available in the cache folder, but the build command still tries to download it...