mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1211453 - Run simulator post-build task on mozilla-central. r=garndt
This commit is contained in:
parent
e084f4b9a3
commit
e40b1fe3fd
@ -5,6 +5,11 @@
|
||||
$inherits:
|
||||
from: tasks/branches/base_jobs.yml
|
||||
|
||||
# Flags specific to this branch
|
||||
flags:
|
||||
post-build:
|
||||
- simulator
|
||||
|
||||
builds:
|
||||
android-api-11:
|
||||
platforms:
|
||||
@ -34,3 +39,9 @@ builds:
|
||||
task: tasks/builds/b2g_flame_kk_ota_opt.yml
|
||||
debug:
|
||||
task: tasks/builds/b2g_flame_kk_ota_debug.yml
|
||||
|
||||
post-build:
|
||||
simulator:
|
||||
allowed_build_tasks:
|
||||
- tasks/builds/mulet_linux.yml
|
||||
task: tasks/post-builds/mulet_simulator.yml
|
||||
|
@ -9,7 +9,6 @@ $inherits:
|
||||
flags:
|
||||
post-build:
|
||||
- upload-symbols
|
||||
- simulator
|
||||
|
||||
builds:
|
||||
linux64_gecko:
|
||||
@ -225,10 +224,6 @@ post-build:
|
||||
- tasks/builds/dbg_linux64.yml
|
||||
- tasks/builds/android_api_11.yml
|
||||
task: tasks/post-builds/upload_symbols.yml
|
||||
simulator:
|
||||
allowed_build_tasks:
|
||||
- tasks/builds/mulet_linux.yml
|
||||
task: tasks/post-builds/mulet_simulator.yml
|
||||
|
||||
tests:
|
||||
cppunit:
|
||||
|
Loading…
Reference in New Issue
Block a user