Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAlso upload the zipfile of Windows with the nightly build #16437
Comments
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
cc @aneeshusa |
|
We'll also need to update the download.servo.org website to link to the new zipfile Windows build so that's it's easy to download. This involves updating the |
|
@highfive: assign me |
|
Hey @UK992! Thanks for your interest in working on this issue. It's now assigned to you! |
Upload zipfile of Windows nightly build - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16437 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16464) <!-- Reviewable:end -->
|
We still need to update the |
Add Windows ZIP download link Fixes servo/servo#16437
For users without administrative priviledges, it would be nice to have a zipfile that can be unpacked to try out the Servo Windows nightly.
We already build it during the packaging process:
https://github.com/servo/servo/blob/master/python/servo/package_commands.py#L342
The change required should be to update the upload scripts to push up both the zipfile and the MSI:
https://github.com/servo/servo/blob/master/etc/ci/upload_nightly.sh#L94