Switch off the tests on Windows and switch back on the email notifications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9d4943cdb2
commit
84056016e1
@ -85,12 +85,12 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
Notify people on the blame list when a build goes from good to bad.
|
Notify people on the blame list when a build goes from good to bad.
|
||||||
|
-->
|
||||||
|
|
||||||
<mailnotifier>
|
<mailnotifier>
|
||||||
<mode>problem</mode>
|
<mode>problem</mode>
|
||||||
<lookup>wx-devs</lookup>
|
<lookup>wx-devs</lookup>
|
||||||
</mailnotifier>
|
</mailnotifier>
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Log every build to a mailing list.
|
Log every build to a mailing list.
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout/>
|
<checkout/>
|
||||||
<compile-all/>
|
<compile-all tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -29,8 +28,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout branch="{$STABLE_BRANCH}"/>
|
<checkout branch="{$STABLE_BRANCH}"/>
|
||||||
<compile-all contrib="false"/>
|
<compile-all contrib="false" tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -41,8 +39,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout/>
|
<checkout/>
|
||||||
<compile-all/>
|
<compile-all tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -53,8 +50,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout branch="{$STABLE_BRANCH}"/>
|
<checkout branch="{$STABLE_BRANCH}"/>
|
||||||
<compile-all contrib="false"/>
|
<compile-all contrib="false" tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -65,8 +61,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout/>
|
<checkout/>
|
||||||
<compile-all/>
|
<compile-all tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -77,8 +72,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunit.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout branch="{$STABLE_BRANCH}"/>
|
<checkout branch="{$STABLE_BRANCH}"/>
|
||||||
<compile-all contrib="false"/>
|
<compile-all contrib="false" tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -89,8 +83,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout/>
|
<checkout/>
|
||||||
<compile-all/>
|
<compile-all tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
<build>
|
<build>
|
||||||
@ -101,9 +94,7 @@
|
|||||||
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
<make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
|
||||||
<steps>
|
<steps>
|
||||||
<checkout branch="{$STABLE_BRANCH}"/>
|
<checkout branch="{$STABLE_BRANCH}"/>
|
||||||
<compile-all contrib="false"/>
|
<compile-all contrib="false" tests="true"/>
|
||||||
<run-tests/>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</bot>
|
</bot>
|
||||||
|
Loading…
Reference in New Issue
Block a user