mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adding release_build:true property to windows builders. (flutter/engine#37397)
This will run the specified jobs under the release builder recipe in dart-internal. Bug:b/232552448
This commit is contained in:
parent
25e39ebb3e
commit
2dec5de8cf
@ -467,6 +467,7 @@ targets:
|
||||
bringup: true
|
||||
timeout: 60
|
||||
properties:
|
||||
release_build: "true"
|
||||
config_name: windows_android_aot_engine
|
||||
|
||||
- name: Windows windows_host_engine
|
||||
@ -474,6 +475,7 @@ targets:
|
||||
bringup: true
|
||||
timeout: 60
|
||||
properties:
|
||||
release_build: "true"
|
||||
config_name: windows_host_engine
|
||||
|
||||
- name: Windows Unopt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user