Add builds to the buildbot.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -368,7 +368,7 @@ cd tests && runtests.bat
|
||||
<xsl:template name="run-tests-unix">
|
||||
<xsl:param name="options"/>
|
||||
ERR=0
|
||||
cd tests
|
||||
cd tests || exit 0
|
||||
./test <xsl:value-of select="normalize-space($options)"/> || ERR=$?
|
||||
if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi
|
||||
exit $ERR
|
||||
|
@@ -36,6 +36,7 @@
|
||||
<email id="OLS">oliver.schoenborn -at- gmail.com</email>
|
||||
<email id="PC">paulcor -at- bullseye.com</email>
|
||||
<email id="PJC">corsix -at- corsix.org</email>
|
||||
<email id="PMO">Peter_Most -at- gmx.de</email>
|
||||
<email id="RD">robin -at- alldunn.com</email>
|
||||
<email id="RN">wxprojects -at- comcast.net</email>
|
||||
<email id="ROL">rolinsky -at- femagsoft.com</email>
|
||||
|
Reference in New Issue
Block a user