CDash_ShortHelp.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ****************************************
  2. Short Help for MpdRoot users
  3. HowTo work with MpdRoot CDash
  4. ***************************************
  5. Current mpdroot version in repository: 512
  6. ***************************************
  7. 1) Macro subdirectories for testing are listed the file:
  8. your_mpdroot_trunk/macro/CMakeLists.txt
  9. Each subdirectory has own file CMakeLists.txt with the list of tests.
  10. You can add more tests if you like.
  11. For each test you should add at least 3 lines.
  12. 2) Please, check the file
  13. your_mpdroot_trunk/CDash_Env_MpdRoot.sh
  14. and edit path to your build directory if necessary
  15. 3) To check the configuration, type one of these commands:
  16. a) cd your_mpdroot_trunk
  17. ./Dart.sh Experimental > CDash_test_experimental_1.log 2>&1 &
  18. b) your_mpdroot_trunk/Dart.sh Experimental your_mpdroot_trunk > CDash_test_experimental_2.log 2>&1 &
  19. c) your_mpdroot_trunk/Dart.sh Experimental your_mpdroot_trunk your_CDash_Env_MpdRoot.sh > CDash_test_experimental_3.log 2>&1 &
  20. 4) In some time the information about your build and tests will be available at
  21. http://mpd.jinr.ru/cdash/index.php?project=MpdRoot
  22. 5) To send Nightly builds and tests, use cron daemon (man crontab):
  23. your_mpdroot_trunk/Dart.sh Nightly your_mpdroot_trunk > CDash_test_Nightly.log 2>&1 &
  24. ******************************************
  25. litvin@nf.jinr.ru 17-09-2009