Verify ninja
on FreeBSD, SunOS, possibly other unixes?
#1
Labels
Milestone
ninja
on FreeBSD, SunOS, possibly other unixes?
#1
ninja
, the only, output of gyp.js needs to be verified on:Suggested way to verify:
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=x64
ninja -C out/Release
./out/Release/node
should startpython tools/test.py --mode=release -J parallel sequential
The text was updated successfully, but these errors were encountered: