[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40073: Create incrementals for base-browser nightly builds



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite

Commits:

  • 2190cfc8
    by Nicolas Vigier at 2023-03-20T15:53:59+01:00
    Bug 40073: Create incrementals for base-browser nightly builds
    

1 changed file:

Changes:

  • TBBTestSuite/TestSuite/TorBrowserBuild.pm
    ... ... @@ -194,6 +194,13 @@ sub set_tests {
    194 194
                 ],
    
    195 195
                 publish_dir => 'basebrowser-nightly-linux-x86_64',
    
    196 196
             },
    
    197
    +        {
    
    198
    +            name  => 'basebrowser-incrementals-nightly-linux-x86_64',
    
    199
    +            descr => 'create incrementals for base-browser nightly linux-x86_64',
    
    200
    +            type  => 'make_incrementals',
    
    201
    +            publish_dir => 'basebrowser-nightly-linux-x86_64',
    
    202
    +            projectname => 'basebrowser',
    
    203
    +        },
    
    197 204
             {
    
    198 205
                 name  => 'basebrowser-nightly-linux-i686',
    
    199 206
                 descr => 'build base-browser nightly linux-i686',
    
    ... ... @@ -207,6 +214,13 @@ sub set_tests {
    207 214
                 ],
    
    208 215
                 publish_dir => 'basebrowser-nightly-linux-i686',
    
    209 216
             },
    
    217
    +        {
    
    218
    +            name  => 'basebrowser-incrementals-nightly-linux-i686',
    
    219
    +            descr => 'create incrementals for base-browser nightly linux-i686',
    
    220
    +            type  => 'make_incrementals',
    
    221
    +            publish_dir => 'basebrowser-nightly-linux-i686',
    
    222
    +            projectname => 'basebrowser',
    
    223
    +        },
    
    210 224
             {
    
    211 225
                 name  => 'basebrowser-nightly-windows-i686',
    
    212 226
                 descr => 'build base-browser nightly windows-i686',
    
    ... ... @@ -220,6 +234,13 @@ sub set_tests {
    220 234
                 ],
    
    221 235
                 publish_dir => 'basebrowser-nightly-windows-i686',
    
    222 236
             },
    
    237
    +        {
    
    238
    +            name  => 'basebrowser-incrementals-nightly-windows-i686',
    
    239
    +            descr => 'create incrementals for base-browser nightly windows-i686',
    
    240
    +            type  => 'make_incrementals',
    
    241
    +            publish_dir => 'basebrowser-nightly-windows-i686',
    
    242
    +            projectname => 'basebrowser',
    
    243
    +        },
    
    223 244
             {
    
    224 245
                 name  => 'basebrowser-nightly-windows-x86_64',
    
    225 246
                 descr => 'build base-browser nightly windows-x86_64',
    
    ... ... @@ -233,6 +254,13 @@ sub set_tests {
    233 254
                 ],
    
    234 255
                 publish_dir => 'basebrowser-nightly-windows-x86_64',
    
    235 256
             },
    
    257
    +        {
    
    258
    +            name  => 'basebrowser-incrementals-nightly-windows-x86_64',
    
    259
    +            descr => 'create incrementals for base-browser nightly windows-x86_64',
    
    260
    +            type  => 'make_incrementals',
    
    261
    +            publish_dir => 'basebrowser-nightly-windows-x86_64',
    
    262
    +            projectname => 'basebrowser',
    
    263
    +        },
    
    236 264
             {
    
    237 265
                 name  => 'basebrowser-nightly-macos',
    
    238 266
                 descr => 'build base-browser nightly macos',
    
    ... ... @@ -246,6 +274,13 @@ sub set_tests {
    246 274
                 ],
    
    247 275
                 publish_dir => 'basebrowser-nightly-macos',
    
    248 276
             },
    
    277
    +        {
    
    278
    +            name  => 'basebrowser-incrementals-nightly-macos',
    
    279
    +            descr => 'create incrementals for base-browser nightly macos (universal)',
    
    280
    +            type  => 'make_incrementals',
    
    281
    +            publish_dir => 'basebrowser-nightly-macos',
    
    282
    +            projectname => 'basebrowser',
    
    283
    +        },
    
    249 284
         ];
    
    250 285
     }
    
    251 286
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits