[CMake] ctest -D ContinuousSubmit is not submiting
Bill Lorensen
bill.lorensen at gmail.com
Tue Jul 24 10:21:42 EDT 2007
There is no need to do a "make install"
ctest -D Continuous
updates, configures, builds and runs the tests.
Here is the ctest script that I use for continuous builds under linux:
http://www.itk.org/Testing/Sites/BillsLinuxLaptop/Linux-gcc41-release/20070724-0801-Continuous/Notes.html
Look in "your binary tree"/Testing/Temporary/ctest.log to see what's
happening.
Bill
On 7/24/07, Petr Smrčka - plain <smrcka at 1sig.cz> wrote:
>
> Hello to everyone,
>
> I would like to run Continous tests, but before running CountinousTest stage,
> I need to call make install. So I made ctest script, where I set CTEST_COMMAND:
>
> # which ctest command to use for running the dashboard
>
> SET (CTEST_COMMAND
>
> "/usr/bin/ctest -D ${MODEL}Start"
> "/usr/bin/ctest -D ${MODEL}Update"
> "/usr/bin/ctest -D ${MODEL}Configure"
> "/usr/bin/ctest -D ${MODEL}Build"
> "make install"
> "/usr/bin/ctest -D ${MODEL}Test"
> "/usr/bin/ctest -D ${MODEL}Coverage"
> "/usr/bin/ctest -A \"${CTEST_NOTES_FILES}\" -D ${MODEL}Submit"
>
> )
>
> But no results are submitted even if there were updates. If I run just 'ctest -D Continuous' (without running tests), results are normally submitted to Dart.
> Do you have any idea, what am I doing wrong?
>
> Thanks for any tip
>
> -- Petr Smrčka <smrcka at 1sig dot cz> První Signální, a.s. Czech Republic
>
>
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070724/ddbe9e0c/attachment.html
More information about the CMake
mailing list