1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)/tests/automated">
-
- <Submit group="Experimental" build="Test-Preparation">
- <Configure cmd="$(NOP)" />
- <Build cmd="$(NOP)" />
- <!-- GNU Makefile based (basic features) scenario
- Requirement:
- - none
- -->
- <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" />
- <!-- GNU Makefile with Intel IPP scenario.
- Requirements:
- - IPPROOT
- - IPPSAMPLES
- - IPPARCH (optional)
- -->
- <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" />
- <!-- GNU Makefile with video scenario.
- Requirement:
- - OpenH264, or
- - ffmpeg
- - SDL
- -->
- <Test name="Configuring 2.x VIDEO with OpenH264" cmd="python configure.py -t gnu -o gnu-video.xml gnu-video.xml.template" />
- <Test name="Configuring 2.x VIDEO with ffmpeg" cmd="python configure.py -t gnu -o gnu-video-ffmpeg.xml gnu-video-ffmpeg.xml.template" />
- <!-- iPhone target.
- Requriement(s):
- - valid SDK is installed
- -->
- <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
- <!-- iPhone 64 bit target.
- Requriement(s):
- - valid SDK is installed
- -->
- <Test name="Configuring iPhone 64bit scenario" cmd="python configure.py -t gnu -o iphone64.xml iphone64.xml.template" />
- <Test name="Configuring iPhone 64bit with IPv6 scenario" cmd="python configure.py -t gnu -o iphone64-ipv6.xml iphone64-ipv6.xml.template" />
- <!-- Android target.
- Requriement(s):
- - valid NDK & SDK is installed
- - SWIG
- -->
- <Test name="Configuring Android scenario" cmd="python configure.py -t gnu -o android.xml android.xml.template" />
- <!-- Android 64 bit target.
- Requriement(s):
- - valid NDK & SDK is installed
- - SWIG
- -->
- <Test name="Configuring Android 64bit scenario" cmd="python configure.py -t gnu -o android64.xml android64.xml.template" />
- <Test name="Configuring Android 64bit with IPv6 scenario" cmd="python configure.py -t gnu -o android64-ipv6.xml android64-ipv6.xml.template" />
- <!-- MSVC target.
- Requirements:
- - Build from VS successfully
- - VS paths are set
- -->
- <!--Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" /-->
- <!-- Symbian target.
- Requirement:
- - EPOCROOT (modify below)
- -->
- <!--Test name="Configuring Symbian scenario" cmd='CMD /C SET EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0&& devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&& python configure.py -t s60 -s60target "gcce urel" -o symbian.xml symbian.xml.template' /-->
- </Submit>
-
- </Scenario>
|