Title: [191827] trunk/Tools
Revision
191827
Author
[email protected]
Date
2015-10-30 16:35:25 -0700 (Fri, 30 Oct 2015)

Log Message

Add CMAke builder to build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=150738

Reviewed by Alex Christensen.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-10-30 23:20:02 UTC (rev 191826)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-10-30 23:35:25 UTC (rev 191827)
@@ -45,6 +45,7 @@
                     { "name": "bot162", "platform": "mac-elcapitan" },
                     { "name": "bot165", "platform": "mac-elcapitan" },
                     { "name": "bot169", "platform": "mac-elcapitan" },
+                    { "name": "bot170", "platform": "mac-elcapitan" },
                     { "name": "bot173", "platform": "mac-elcapitan" },
                     { "name": "bot174", "platform": "mac-elcapitan" },
                     { "name": "bot205", "platform": "mac-elcapitan" },
@@ -95,6 +96,11 @@
                       "triggers": ["elcapitan-debug-tests-jsc", "elcapitan-debug-tests-wk1", "elcapitan-debug-tests-wk2"],
                       "slavenames": ["bot415", "bot416"]
                     },
+                    { "name": "Apple El Capitan CMake Debug (Build)", "type": "Build", "builddir": "elcapitan-cmake-debug",
+                      "platform": "mac-elcapitan", "configuration": "debug", "architectures": ["x86_64"],
+                      "additionalArguments": ["--cmake"],
+                      "slavenames": ["bot170"]
+                    },
                     { "name": "Apple El Capitan Debug JSC (Tests)", "type": "TestJSC", "builddir": "elcapitan-debug-tests-jsc",
                       "platform": "mac-elcapitan", "configuration": "debug", "architectures": ["x86_64"],
                       "slavenames": ["bot210"]
@@ -384,7 +390,7 @@
                       "builderNames": ["Apple Yosemite Release (Build)", "Apple Yosemite Debug (Build)", "Apple Yosemite LLINT CLoop (BuildAndTest)", "Apple Yosemite 32-bit JSC (BuildAndTest)", "Apple Yosemite Release (32-bit Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-elcapitan", "branch": "trunk", "treeStableTimer": 45.0,
-                      "builderNames": ["Apple El Capitan Release (Build)", "Apple El Capitan Debug (Build)", "Apple El Capitan LLINT CLoop (BuildAndTest)", "Apple El Capitan 32-bit JSC (BuildAndTest)", "Apple El Capitan Release (32-bit Build)"]
+                      "builderNames": ["Apple El Capitan Release (Build)", "Apple El Capitan Debug (Build)", "Apple El Capitan LLINT CLoop (BuildAndTest)", "Apple El Capitan 32-bit JSC (BuildAndTest)", "Apple El Capitan Release (32-bit Build)", "Apple El Capitan CMake Debug (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "ios-9", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Apple iOS 9 Release (Build)"]

Modified: trunk/Tools/ChangeLog (191826 => 191827)


--- trunk/Tools/ChangeLog	2015-10-30 23:20:02 UTC (rev 191826)
+++ trunk/Tools/ChangeLog	2015-10-30 23:35:25 UTC (rev 191827)
@@ -1,3 +1,12 @@
+2015-10-30  Lucas Forschler  <[email protected]>
+
+        Add CMAke builder to build.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=150738
+        
+        Reviewed by Alex Christensen.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2015-10-30  Brent Fulgham  <[email protected]>
 
         [Win] build-jsc and run-_javascript_core-tests do not work
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to