⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243952 in webkit


Ignore:
Timestamp:
Apr 5, 2019, 4:25:27 PM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Add configuration and architecture for windows builders
https://bugs.webkit.org/show_bug.cgi?id=196660

Reviewed by Lucas Forschler.

  • BuildSlaveSupport/ews-build/config.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r243852 r243952  
    365365      "shortname": "win",
    366366      "factory": "WindowsFactory",
     367      "configuration": "release",
     368      "architectures": ["x86_64"],
    367369      "platform": "win",
    368370      "workernames": ["ews200", "ews201", "ews202", "ews203", "ews204", "ews205", "ews206", "ews207", "ews208"]
     
    372374      "shortname": "wincairo",
    373375      "factory": "WinCairoFactory",
     376      "configuration": "release",
     377      "architectures": ["x86_64"],
    374378      "platform": "wincairo",
    375379      "workernames": ["wincairo-ews-001", "wincairo-ews-002", "wincairo-ews-003", "wincairo-ews-004"]
  • trunk/Tools/ChangeLog

    r243936 r243952  
     12019-04-05  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Add configuration and architecture for windows builders
     4        https://bugs.webkit.org/show_bug.cgi?id=196660
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-build/config.json:
     9
    1102019-04-05  Jonathan Bedard  <jbedard@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.