[TIMOB-20159] Windows: Have PR builder run against Windows 10 and 8.1 with unit tests
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Done |
Resolution Date | 2015-12-22T16:59:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-12-21T16:16:15.000+0000 |
Updated | 2015-12-22T16:59:14.000+0000 |
Description
Right now we have a single PR builder for Windows SDK and it runs the 8.1 build and unit tests. We should have it build for both Windows 8.1 and 10 and run those unit tests.
Some possible solutions:
- Generate a second PR builder copy of the first that runs 10 and unit test
- Make the existing PR builder more like our master build where it farms out to special 8.1 and 10.0 build jobs as a steps. Not sure if these jobs would get the code from the PR branches/refs on fetch without some changes, though.
No comments