mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +08:00
move to prod (#2841)
This commit is contained in:
5
.ci.yaml
5
.ci.yaml
@ -33,9 +33,11 @@ platform_properties:
|
||||
xcode: 14a5294e # xcode 14.0 beta 5
|
||||
|
||||
targets:
|
||||
### macOS desktop tasks ###
|
||||
# macos-platform_tests builds all the packages on ARM, so this build is run
|
||||
# on Intel to give us build coverage of both host types.
|
||||
- name: Mac_x64 build_all_packages master
|
||||
recipe: packages/packages
|
||||
bringup: true # New target: https://github.com/flutter/packages/pull/2840
|
||||
timeout: 30
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
@ -45,7 +47,6 @@ targets:
|
||||
|
||||
- name: Mac_x64 build_all_packages stable
|
||||
recipe: packages/packages
|
||||
bringup: true # New target: https://github.com/flutter/packages/pull/2840
|
||||
timeout: 30
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
|
17
.cirrus.yml
17
.cirrus.yml
@ -396,20 +396,3 @@ task:
|
||||
- ./script/tool_runner.sh native-test --macos
|
||||
drive_script:
|
||||
- ./script/tool_runner.sh drive-examples --macos
|
||||
|
||||
# Intel macOS tasks.
|
||||
task:
|
||||
<< : *MACOS_INTEL_TEMPLATE
|
||||
<< : *FLUTTER_UPGRADE_TEMPLATE
|
||||
matrix:
|
||||
### macOS desktop tasks ###
|
||||
# macos-platform_tests builds all the packages on ARM, so this build is run
|
||||
# on Intel to give us build coverage of both host types.
|
||||
- name: macos-build_all_packages
|
||||
env:
|
||||
BUILD_ALL_ARGS: "macos"
|
||||
matrix:
|
||||
CHANNEL: "master"
|
||||
CHANNEL: "stable"
|
||||
setup_script:
|
||||
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
|
||||
|
Reference in New Issue
Block a user