msvc.xml.template 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" ?>
  2. <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)">
  3. <Submit group="Experimental" build="$(OS)-$(VS)-$(VSTARGET)-default" exclude="(.*amr.*)">
  4. <Update />
  5. <FileWrite file="pjlib/include/pj/config_site.h">
  6. <![CDATA[
  7. /* Written by ccdash */
  8. #define PJ_HAS_IPV6 1
  9. #define PJMEDIA_HAS_G7221_CODEC 1
  10. #define PJMEDIA_SRTP_HAS_DTLS 1
  11. #define PJ_TODO(x)
  12. ]]>
  13. </FileWrite>
  14. <Configure cmd="cmd /c echo success" />
  15. <Build cmd='vcbuild.exe /nologo /nohtmllog /nocolor /rebuild pjproject-vs8.sln "$(VSTARGET)|Win32"' />
  16. <Test name="pjlib-test" info="" wdir="pjlib/bin" cmd="pjlib-test-i386-Win32-vc8-$(VSTARGET)" disabled=$(NOTEST)/>
  17. <Test name="pjlib-util-test" info="" wdir="pjlib-util/bin" cmd="pjlib-util-test-i386-Win32-vc8-$(VSTARGET)" disabled=$(NOTEST) />
  18. <Test name="pjnath-test" info="" wdir="pjnath/bin" cmd="pjnath-test-i386-Win32-vc8-$(VSTARGET)" disabled=$(NOTEST) />
  19. <Test name="pjmedia-test" info="" wdir="pjmedia/bin" cmd="pjmedia-test-i386-Win32-vc8-$(VSTARGET)" disabled=$(NOTEST) />
  20. <Test name="pjsip-test" info="" wdir="pjsip/bin" cmd="pjsip-test-i386-Win32-vc8-$(VSTARGET)" disabled=$(NOTEST) />
  21. $(PJSUA-TESTS)
  22. </Submit>
  23. </Scenario>