~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/tests/automated/prepare.xml.template

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)/tests/automated">
3
 
 
4
 
        <Submit group="Experimental" build="Test-Preparation">
5
 
                <Configure cmd="$(NOP)" />
6
 
                <Build cmd="$(NOP)" />
7
 
 
8
 
                <!-- GNU Makefile based scenario
9
 
                     Requirement:
10
 
                      - none
11
 
                  -->
12
 
                <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" />
13
 
 
14
 
                <!-- GNU Makefile with Intel IPP scenario.
15
 
                     Requirements:
16
 
                      - IPPROOT
17
 
                      - IPPSAMPLES
18
 
                      - IPPARCH (optional)
19
 
 
20
 
                 -->
21
 
                <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" />
22
 
 
23
 
                <!-- iPhone target.
24
 
                     Requriement(s):
25
 
                      - valid SDK is installed
26
 
 
27
 
                 -->
28
 
                <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
29
 
 
30
 
                <!-- MSVC target.
31
 
                     Requirements:
32
 
                      - Build from VS successfully
33
 
                      - VS paths are set
34
 
 
35
 
                 -->
36
 
                <Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" />
37
 
 
38
 
                <!-- Symbian target.
39
 
                     Requirement:
40
 
                       - EPOCROOT (modify below)
41
 
                -->
42
 
                <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' />
43
 
 
44
 
        </Submit>
45
 
 
46
 
</Scenario>