prepare.xml.template 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)/tests/automated">
  3. <Submit group="Experimental" build="Test-Preparation">
  4. <Configure cmd="$(NOP)" />
  5. <Build cmd="$(NOP)" />
  6. <!-- GNU Makefile based (basic features) scenario
  7. Requirement:
  8. - none
  9. -->
  10. <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" />
  11. <!-- GNU Makefile with Intel IPP scenario.
  12. Requirements:
  13. - IPPROOT
  14. - IPPSAMPLES
  15. - IPPARCH (optional)
  16. -->
  17. <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" />
  18. <!-- GNU Makefile with video scenario.
  19. Requirement:
  20. - OpenH264, or
  21. - ffmpeg
  22. - SDL
  23. -->
  24. <Test name="Configuring 2.x VIDEO with OpenH264" cmd="python configure.py -t gnu -o gnu-video.xml gnu-video.xml.template" />
  25. <Test name="Configuring 2.x VIDEO with ffmpeg" cmd="python configure.py -t gnu -o gnu-video-ffmpeg.xml gnu-video-ffmpeg.xml.template" />
  26. <!-- iPhone target.
  27. Requriement(s):
  28. - valid SDK is installed
  29. -->
  30. <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
  31. <!-- iPhone 64 bit target.
  32. Requriement(s):
  33. - valid SDK is installed
  34. -->
  35. <Test name="Configuring iPhone 64bit scenario" cmd="python configure.py -t gnu -o iphone64.xml iphone64.xml.template" />
  36. <Test name="Configuring iPhone 64bit with IPv6 scenario" cmd="python configure.py -t gnu -o iphone64-ipv6.xml iphone64-ipv6.xml.template" />
  37. <!-- Android target.
  38. Requriement(s):
  39. - valid NDK & SDK is installed
  40. - SWIG
  41. -->
  42. <Test name="Configuring Android scenario" cmd="python configure.py -t gnu -o android.xml android.xml.template" />
  43. <!-- Android 64 bit target.
  44. Requriement(s):
  45. - valid NDK & SDK is installed
  46. - SWIG
  47. -->
  48. <Test name="Configuring Android 64bit scenario" cmd="python configure.py -t gnu -o android64.xml android64.xml.template" />
  49. <Test name="Configuring Android 64bit with IPv6 scenario" cmd="python configure.py -t gnu -o android64-ipv6.xml android64-ipv6.xml.template" />
  50. <!-- MSVC target.
  51. Requirements:
  52. - Build from VS successfully
  53. - VS paths are set
  54. -->
  55. <!--Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" /-->
  56. <!-- Symbian target.
  57. Requirement:
  58. - EPOCROOT (modify below)
  59. -->
  60. <!--Test name="Configuring Symbian scenario" cmd='CMD /C SET EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0&amp;&amp; devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&amp;&amp; python configure.py -t s60 -s60target &quot;gcce urel&quot; -o symbian.xml symbian.xml.template' /-->
  61. </Submit>
  62. </Scenario>