mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Auto merge of #14670 - aneeshusa:fix-windows-nightly-builder-names, r=larsbergstrom
Rename Windows nightly builders for consistency <!-- Please describe your changes on the following line: --> Fixup for #14651. r? @larsbergstrom --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because these builders aren't used yet <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/14670) <!-- Reviewable:end -->
This commit is contained in:
commit
5573f7cea3
1 changed files with 2 additions and 2 deletions
|
@ -121,12 +121,12 @@ windows-nightly:
|
|||
- ./mach package --release
|
||||
- ./etc/ci/upload_nightly.sh windows-gnu
|
||||
|
||||
windows-nightly-gnu:
|
||||
windows-gnu-nightly:
|
||||
- ./mach build --release
|
||||
- ./mach package --release
|
||||
- ./etc/ci/upload_nightly.sh windows-gnu
|
||||
|
||||
windows-nightly-msvc:
|
||||
windows-msvc-nightly:
|
||||
- mach.bat build --release
|
||||
- mach.bat package --release
|
||||
- .\etc\ci\upload_nightly.sh windows-msvc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue