diff options
author | Tom Hughes <tom.hughes@palm.com> | 2010-11-23 12:27:03 -0600 |
---|---|---|
committer | Tom Hughes <tom.hughes@palm.com> | 2010-11-23 23:33:20 -0600 |
commit | 14e6b07f6354f0dbeabd3c723a4586bafa662cc0 (patch) | |
tree | 5269af04ffc55de15949c40dfa62c28a4e61c568 /README.cmake | |
parent | 342b8b2ed21fe429187f91eb4314af54b801a5f5 (diff) | |
download | node-new-14e6b07f6354f0dbeabd3c723a4586bafa662cc0.tar.gz |
cmake: Add cdash support.
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake index 16614ef9ba..5267baab9c 100644 --- a/README.cmake +++ b/README.cmake @@ -26,6 +26,10 @@ To build distro packages (tgz, deb, rpm, PackageMaker): make -f Makefile.cmake package +To submit test results (see http://my.cdash.org/index.php?project=node): + + make -f Makefile.cmake cdash + Using cmake directly: cd ~/your-node-source-dir mkdir name-of-build-dir (can be anything) @@ -36,6 +40,11 @@ Using cmake directly: make commands (make, make install, etc.). The Makefile.cmake file is just a wrapper around these commands; take a look at it for more details. +Other build targets: + make Experimental + make Nightly + make Continuous + Additional options: In the CMakeLists.txt, you'll see things like option(SHARED_V8, ...). If you want to enable any of those options you can |