[TIMOB-18859] Windows: CI build server for JavaScriptCore
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-05-12T14:50:06.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.1.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Christopher Williams |
| Created | 2015-04-29T14:53:52.000+0000 |
| Updated | 2017-03-16T22:07:13.000+0000 |
Description
Currently Ti for Windows is based on custom JavaScriptCore static library which is built from personal WebKit branch at https://github.com/infosia/webkit-wp8/tree/javascriptcore-wp8.1. We have https://github.com/appcelerator/webkit but it doesn't track changes for Windows Phone. It should be the master of Windows Phone branch and should have CI server built on it.
https://github.com/appcelerator/hyperloop/wiki/Building-JavaScriptCore:-Jenkins-Scripts
[This](https://github.com/infosia/webkit-wp8/blob/javascriptcore-wp8.1/Source/JavaScriptCore/JavaScriptCore-Win81.vxcproj/ReadMe.md) would be useful too but looks a bit obsolete. I'm gathering a latest info on that.
Official docs: http://trac.webkit.org/wiki/BuildingOnWindows and http://www.webkit.org/building/build.html
https://github.com/infosia/webkit-wp8/blob/javascriptcore-wp8.1/Source/JavaScriptCore/JavaScriptCore-WP81.vxcproj/README.md
Finally have a working build. I'm iterating on generating more configuration combinations: Release/Debug and ARM/x86.
Closing ticket as fixed.