mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1192064 - Add 'android-x86' job to |mach artifact|. r=jonalmeida
This commit is contained in:
parent
db52605c84
commit
5a89165dca
@ -215,7 +215,7 @@ class PackageFrontend(MachCommandBase):
|
||||
@CommandArgument('--tree', metavar='TREE', type=str,
|
||||
help='Firefox tree.',
|
||||
default='fx-team') # TODO: switch to central as this stabilizes.
|
||||
@CommandArgument('--job', metavar='JOB', choices=['android-api-11'],
|
||||
@CommandArgument('--job', metavar='JOB', choices=['android-api-11', 'android-x86'],
|
||||
help='Build job.',
|
||||
default='android-api-11') # TODO: fish job from build configuration.
|
||||
@CommandArgument('source', metavar='SRC', nargs='?', type=str,
|
||||
|
@ -79,6 +79,7 @@ MAX_CACHED_ARTIFACTS = 6
|
||||
JOB_DETAILS = {
|
||||
# 'android-api-9': {'re': re.compile('public/build/fennec-(.*)\.android-arm\.apk')},
|
||||
'android-api-11': {'re': re.compile('public/build/fennec-(.*)\.android-arm\.apk')},
|
||||
'android-x86': {'re': re.compile('public/build/fennec-(.*)\.android-i386\.apk')},
|
||||
# 'linux': {'re': re.compile('public/build/firefox-(.*)\.linux-i686\.tar\.bz2')},
|
||||
# 'linux64': {'re': re.compile('public/build/firefox-(.*)\.linux-x86_64\.tar\.bz2')},
|
||||
# 'macosx64': {'re': re.compile('public/build/firefox-(.*)\.mac\.dmg')},
|
||||
|
Loading…
Reference in New Issue
Block a user