Skip to content

Commit

Permalink
Revert "[ci.yaml] Remove default properties (flutter#29694)" (flutter…
Browse files Browse the repository at this point in the history
…#30100)

This reverts commit 092f2a3.

Co-authored-by: keyonghan <[email protected]>
  • Loading branch information
godofredoc and keyonghan authored Dec 3, 2021
1 parent f196035 commit 3879eea
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ enabled_branches:
platform_properties:
linux:
properties:
build_host: "false"
build_fuchsia: "false"
build_android_debug: "false"
build_android_aot: "false"
build_android_vulkan: "false"
build_ios: "false"
build_windows_uwp: "false"
build_android_jit_release: "false"
gcs_goldens_bucket: ""
ios_debug: "false"
ios_profile: "false"
ios_release: "false"
no_bitcode: "false"
caches: >-
[
{"name":"builder_linux_engine","path":"builder"},
Expand All @@ -28,6 +41,19 @@ platform_properties:
os: Linux
mac:
properties:
build_host: "false"
build_fuchsia: "false"
build_android_debug: "false"
build_android_aot: "false"
build_android_vulkan: "false"
build_ios: "false"
build_windows_uwp: "false"
build_android_jit_release: "false"
gcs_goldens_bucket: ""
ios_debug: "false"
ios_profile: "false"
ios_release: "false"
no_bitcode: "false"
caches: >-
[
{"name":"flutter_cocoapods","path":"cocoapods"},
Expand All @@ -46,6 +72,19 @@ platform_properties:
xcode: 12a7209 # xcode 12
windows:
properties:
build_host: "false"
build_fuchsia: "false"
build_android_debug: "false"
build_android_aot: "false"
build_android_vulkan: "false"
build_ios: "false"
build_windows_uwp: "false"
build_android_jit_release: "false"
gcs_goldens_bucket: ""
ios_debug: "false"
ios_profile: "false"
ios_release: "false"
no_bitcode: "false"
caches: >-
[
{"name":"builder_win_engine","path":"builder"},
Expand Down

0 comments on commit 3879eea

Please sign in to comment.