Changeset 3131 for pjproject/trunk/tests/automated/symbian.xml.template
- Timestamp:
- Mar 30, 2010 1:02:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/automated/symbian.xml.template
r3125 r3131 1 1 <?xml version="1.0" ?> 2 2 <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 3 3 <!-- Symbian S60 default --> 4 4 <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-default" > 5 5 <Update disabled="1" /> 6 < Write file="pjlib/include/pj/config_site.h">6 <FileWrite file="pjlib/include/pj/config_site.h"> 7 7 <![CDATA[ 8 8 /* Written by ccdash */ … … 13 13 #define PJMEDIA_HAS_G7221_CODEC 1 14 14 ]]> 15 </ Write>15 </FileWrite> 16 16 <Configure cmd="cmd /c echo success" /> 17 17 <Build wdir="build.symbian" cmd='cmd /C "bldmake bldfiles && abld reallyclean $(S60TARGET) && abld build $(S60TARGET)"' /> 18 18 </Submit> 19 20 19 </Scenario> 21 20
Note: See TracChangeset
for help on using the changeset viewer.