mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
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:
parent
0377a1853a
commit
a5238ed7a5
4 changed files with 39 additions and 3 deletions
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue