Title: [96773] trunk/Tools
Revision
96773
Author
[email protected]
Date
2011-10-05 17:35:43 -0700 (Wed, 05 Oct 2011)

Log Message

[WinCairo] Switch to building Release target, and activate tests.
https://bugs.webkit.org/show_bug.cgi?id=69272

Reviewed by Adam Barth.

* BuildSlaveSupport/build.webkit.org-config/config.json:
Change from debug to release target. Switch from "Build" to
"BuildAndTest"

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (96772 => 96773)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-10-06 00:34:14 UTC (rev 96772)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-10-06 00:35:43 UTC (rev 96773)
@@ -254,8 +254,8 @@
                       "slavenames": ["google-linux-android"]
                     },
                     {
-                      "name": "WinCairo Debug (Build)", "type": "Build", "builddir": "win-cairo-debug",
-                      "platform": "wincairo", "configuration": "debug", "architectures": ["i386"],
+                      "name": "WinCairo Release", "type": "BuildAndTest", "builddir": "win-cairo-release",
+                      "platform": "wincairo", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["wincairo-1"]
                     },
                     {

Modified: trunk/Tools/ChangeLog (96772 => 96773)


--- trunk/Tools/ChangeLog	2011-10-06 00:34:14 UTC (rev 96772)
+++ trunk/Tools/ChangeLog	2011-10-06 00:35:43 UTC (rev 96773)
@@ -1,3 +1,14 @@
+2011-10-05  Brent Fulgham  <[email protected]>
+
+        [WinCairo] Switch to building Release target, and activate tests.
+        https://bugs.webkit.org/show_bug.cgi?id=69272
+
+        Reviewed by Adam Barth.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        Change from debug to release target. Switch from "Build" to
+        "BuildAndTest"
+
 2011-10-05  Simon Fraser  <[email protected]>
 
         In WebKitTestRunner, text has font smoothing in pixel snapshots
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to