aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <me@mukilan.in>2023-05-24 16:48:44 +0530
committerMukilan Thiyagarajan <me@mukilan.in>2023-05-24 21:54:43 +0530
commita5238ed7a514ad4da14322deeda0f0da007ed9b0 (patch)
tree2b8b88bfe6242aea702d1b413d783a00624ac9b8 /python/servo/package_commands.py
parent0377a1853ad635dcd7a4b00434dd9759c5ac75d7 (diff)
downloadservo-a5238ed7a514ad4da14322deeda0f0da007ed9b0.tar.gz
servo-a5238ed7a514ad4da14322deeda0f0da007ed9b0.zip
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.
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index fad9354d7cf..cfd81e7d647 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -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',
],