indutny/gyp.js
Auf GitHub ansehenVerify `ninja` on FreeBSD, SunOS, possibly other unixes?
Open
#1 geöffnet am 12. Juni 2016
help wantedhigh-priority
Repository-Metriken
- Stars
- (160 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
ninja, the only, output of gyp.js needs to be verified on:
- FreeBSD
- SunOS
- Others?...
Suggested way to verify:
- install node.js on that platform
git clone https://github.com/ninja-build/ninja.git && cd ninja && ./configure.py --boostrap && export PATH="cwd:$PATH"git clone https://github.com/indutny/gyp.js && cd gyp.js && npm i && cd ..git clone https://github.com/nodejs/node && cd node./configure../gyp.js/bin/gyp -Icommon.gypi -Iconfig.gypi node.gyp -Dtarget_arch=x64 -Dhost_arch=x64ninja -C out/Release- Build should succeed, and
./out/Release/nodeshould start - Bonus step:
python tools/test.py --mode=release -J parallel sequential