[CMake] nightly builds with VS projects
Bill Hoffman
bill.hoffman at kitware.com
Fri May 29 07:29:07 EDT 2009
Dmytro Ovdiienko wrote:
> Benne,
>
> Try to build with "devenv.com <http://devenv.com>".
>
> 2009/5/28 Benne, Kyle <Kyle.Benne at nrel.gov <mailto:Kyle.Benne at nrel.gov>>
>
> Is anyone using msbuild to run their nightly builds with Visual
> Studio solutions generated by CMake? I can’t get the tests to run
> or the results uploaded using the command line tool. It works fine
> if I build the Nightly or Experimental targets from within the IDE.
> Perhaps I am using the wrong approach? I have tried variations of
> the command line “msbuild my_project.sln /target:Experimental”.
>
Just run these from the command line in your binary tree:
ctest -D Experimental
ctest -D Nightly
-Bill
More information about the CMake
mailing list