Upload nightly builds for layout2020 variant

We'd like to start offering servo nightly builds
with layout 2020 engine so that users can test
the new layout without building servo. These new
builds will be offered in addition to the current
2013 builds until we switch over to 2020 as the default.
This commit is contained in:
Mukilan Thiyagarajan 2023-05-24 16:48:44 +05:30
parent 0377a1853a
commit a5238ed7a5
4 changed files with 39 additions and 3 deletions

View file

@ -61,6 +61,9 @@ PACKAGES = {
'mac': [
'target/release/servo-tech-demo.dmg',
],
'mac-layout2020': [
'target/release/servo-tech-demo.dmg',
],
'macbrew': [
'target/release/brew/servo.tar.gz',
],
@ -72,6 +75,10 @@ PACKAGES = {
r'target\release\msi\Servo.exe',
r'target\release\msi\Servo.zip',
],
'windows-msvc-layout2020': [
r'target\release\msi\Servo.exe',
r'target\release\msi\Servo.zip',
],
'uwp': [
r'support\hololens\AppPackages\ServoApp\FirefoxReality.zip',
],