mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #29538 - mrobinson:run-layout-2020-build-in-main-workflow, r=jdm
Run the Layout 2020 build in the main workflow <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they are an infrastructure change. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
16727661e5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -184,6 +184,8 @@ jobs:
|
|||
with:
|
||||
name: release-binary
|
||||
path: target.tar.gz
|
||||
- name: Release build (Layout 2020)
|
||||
run: python3 ./mach build --release --with-layout-2020
|
||||
|
||||
linux-wpt:
|
||||
if: contains(fromJSON('["auto", "try", "try-wpt"]'), github.ref_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue