We should be able to invoke the actual build tool (say Make or MSBuild or whatever) and build the project from nxbuild.
For example: If the target platform is a Makefile nxbuild.js --build will cd into the correct directory, call make and cd out again - correctly and cleaning reporting errors.
We should be able to invoke the actual build tool (say Make or MSBuild or whatever) and build the project from nxbuild.
For example: If the target platform is a Makefile
nxbuild.js --build
willcd
into the correct directory, callmake
andcd
out again - correctly and cleaning reporting errors.To start with (for simplicity) only support make.