-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👷 Add build test #25
Merged
Merged
👷 Add build test #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
AlexV525
commented
Dec 21, 2021
- Remove the dart test.
- Add the build test including Android/iOS build, and each job has an analysis and dry run step.
Nayuta403
approved these changes
Dec 21, 2021
We can land this on red and scheduled to apply fixes later. |
violinday
approved these changes
Dec 21, 2021
violinday
added a commit
that referenced
this pull request
Mar 11, 2022
* master: (25 commits) Release master (#124) fix:code style format and update changelog (#123) Merge 2.2.x into branch master (#119) Update issue templates (#41) 👷 Add build test (#25) 🌱 add the demo and apk tips (#11) top null-safe question update demo qrcode update demo update the dev resource sites URL (#4) change README.md img size change README.md img size update demo download Update README.md update docs's links Fix 项目文档 FAQ.md Optimize docs Update brn_dialog.dart pref: Optimize form tabBar StepLine NavBar demo display ... # Conflicts: # CHANGELOG.md # README.md # docs/components/actionsheet/BrnCommonActionSheet/BrnCommonActionSheet.md # example/lib/sample/components/actionsheet/actionsheet_entry_page.dart # example/lib/sample/components/actionsheet/actionsheet_selected_list_example.dart # example/lib/sample/components/button/selection_collection_example.dart # example/lib/sample/components/card/bubble/brn_expanded_bubble_example.dart # example/lib/sample/components/card/content/keyvalue_align_content_example.dart # example/lib/sample/components/card/content/keyvalue_close_content_example.dart # example/lib/sample/components/charts/chart_entry_example.dart # example/lib/sample/components/charts/line/brn_broken_line_example.dart # example/lib/sample/components/charts/line/db_data_node_model.dart # example/lib/sample/components/dialog/dialog_entry_page.dart # example/lib/sample/components/form/form_item_entry_example.dart # example/lib/sample/components/form/form_page_example.dart # example/lib/sample/components/form/items_example/multi_choice_example.dart # example/lib/sample/components/form/items_example/text_quick_select_input_example.dart # example/lib/sample/components/gallery/gallery_example.dart # example/lib/sample/components/input/input_example.dart # example/lib/sample/components/line/dashed_line_example.dart # example/lib/sample/components/picker/picker_entry_page.dart # example/lib/sample/components/popup/overlay_window_example.dart # example/lib/sample/components/popup/popwindow_example.dart # example/lib/sample/components/rating/rating_example.dart # example/lib/sample/components/selectcity/selected_city_example.dart # example/lib/sample/components/selection/filter_entity.dart # example/lib/sample/components/selection/flat_selection_five_tags_example.dart # example/lib/sample/components/selection/flat_selection_four_tags_example.dart # example/lib/sample/components/selection/flat_selection_three_tags_example.dart # example/lib/sample/components/selection/selection_entry_page.dart # example/lib/sample/components/selection/selection_flat_entry_page.dart # example/lib/sample/components/selection/selectionview_custom_floating_layer_example.dart # example/lib/sample/components/selection/selectionview_customhandle_filter_example_page.dart # example/lib/sample/components/selection/selectionview_customview_example_page.dart # example/lib/sample/components/selection/selectionview_date_filter_example_page.dart # example/lib/sample/components/selection/selectionview_date_range_example_page.dart # example/lib/sample/components/selection/selectionview_interceptor_example.dart # example/lib/sample/components/selection/selectionview_limit_max_selected_count_example.dart # example/lib/sample/components/selection/selectionview_multi_list_example_page.dart # example/lib/sample/components/selection/selectionview_multi_range_example_page.dart # example/lib/sample/components/selection/selectionview_simple_multi_check_example_page.dart # example/lib/sample/components/selection/selectionview_simple_single_list_example_page.dart # example/lib/sample/components/step/brn_horizontal_step_example.dart # example/lib/sample/components/step/step_line_example.dart # example/lib/sample/components/tabbar/brn_switch_title_example.dart # example/lib/sample/components/tabbar/brn_tab_example.dart # example/lib/sample/components/tabbar/brn_tabbar_sticky_example.dart # example/lib/sample/components/tag/select_tag_example.dart # example/lib/sample/components/toast/toast_example.dart # example/lib/sample/home/card_data_config.dart # example/lib/sample/home/expandable_container_widget.dart # example/lib/sample/home/group_card.dart # example/lib/sample/theme/config_test_utils.dart # example/pubspec.yaml # lib/src/components/appraise/brn_appraise_header.dart # lib/src/components/appraise/brn_appraise_interface.dart # lib/src/components/button/brn_icon_button.dart # lib/src/components/button/brn_small_main_button.dart # lib/src/components/button/brn_small_outline_button.dart # lib/src/components/button/collection/brn_bottom_button_panel.dart # lib/src/components/button/collection/brn_button_panel.dart # lib/src/components/button/collection/brn_multiple_bottom_button.dart # lib/src/components/calendar/brn_calendar_view.dart # lib/src/components/card/bubble_card/brn_bubble_text.dart # lib/src/components/card/content_card/brn_enhance_number_card.dart # lib/src/components/card/content_card/brn_pair_info_rich_grid.dart # lib/src/components/charts/brn_progress_bar_chart/brn_bar_chart_data.dart # lib/src/components/charts/brn_progress_bar_chart/brn_progress_bar_chart_painter.dart # lib/src/components/empty/brn_empty_status.dart # lib/src/components/form/base/brn_form_item_type.dart # lib/src/components/form/base/input_item_interface.dart # lib/src/components/form/items/general/brn_multi_choice_input_item.dart # lib/src/components/form/items/general/brn_multi_choice_portrait_input_item.dart # lib/src/components/form/items/general/brn_quick_select_input_item.dart # lib/src/components/form/items/general/brn_radio_input_item.dart # lib/src/components/form/items/general/brn_range_input_item.dart # lib/src/components/form/items/general/brn_ratio_input_item.dart # lib/src/components/form/items/general/brn_text_block_input_item.dart # lib/src/components/form/items/general/brn_text_input_item.dart # lib/src/components/form/items/general/brn_text_select_item.dart # lib/src/components/form/items/group/brn_expandable_group.dart # lib/src/components/form/items/group/brn_portrait_radio_group.dart # lib/src/components/form/items/group/element_expand_widget.dart # lib/src/components/form/items/misc/brn_title_item.dart # lib/src/components/form/items/title/brn_base_title_item.dart # lib/src/components/form/items/title/brn_select_all_title_item.dart # lib/src/components/form/utils/brn_form_util.dart # lib/src/components/line/brn_dashed_line.dart # lib/src/components/navbar/brn_search_bar.dart # lib/src/components/picker/base/brn_picker.dart # lib/src/components/picker/brn_mulit_select_tags_picker.dart # lib/src/components/picker/brn_multi_picker.dart # lib/src/components/picker/brn_select_tags_with_input_picker.dart # lib/src/components/picker/multi_range_picker/bean/brn_multi_column_picker_entity.dart # lib/src/components/picker/multi_range_picker/brn_multi_column_converter.dart # lib/src/components/picker/multi_range_picker/brn_multi_column_list.dart # lib/src/components/picker/multi_range_picker/brn_multi_column_picker_util.dart # lib/src/components/picker/multi_range_picker/btn_multi_column_picker_item.dart # lib/src/components/picker/multi_select_bottom_picker/brn_multi_select_list_picker.dart # lib/src/components/picker/time_picker/brn_date_picker_constants.dart # lib/src/components/picker/time_picker/brn_date_time_formatter.dart # lib/src/components/picker/time_picker/date_picker/brn_date_picker.dart # lib/src/components/picker/time_picker/date_picker/brn_date_widget.dart # lib/src/components/picker/time_picker/date_picker/brn_datetime_widget.dart # lib/src/components/picker/time_picker/date_range_picker/brn_date_range_picker.dart # lib/src/components/picker/time_picker/date_range_picker/brn_time_range_side_widget.dart # lib/src/components/radio/brn_checkbox.dart # lib/src/components/radio/brn_radio_button.dart # lib/src/components/scroll_anchor/brn_scroll_anchor_tab.dart # lib/src/components/selection/bean/brn_selection_common_entity.dart # lib/src/components/selection/brn_flat_selection.dart # lib/src/components/selection/brn_more_selection.dart # lib/src/components/selection/brn_selection_list_entity.dart # lib/src/components/selection/brn_selection_view.dart # lib/src/components/selection/brn_simple_selection.dart # lib/src/components/selection/controller/brn_selection_view_date_picker_controller.dart # lib/src/components/selection/converter/brn_selection_converter.dart # lib/src/components/selection/widget/brn_flat_selection_item.dart # lib/src/components/selection/widget/brn_layer_more_selection_page.dart # lib/src/components/selection/widget/brn_selection_animate_widget.dart # lib/src/components/selection/widget/brn_selection_common_item_widget.dart # lib/src/components/selection/widget/brn_selection_date_range_item_widget.dart # lib/src/components/selection/widget/brn_selection_datepicker_animate_widget.dart # lib/src/components/selection/widget/brn_selection_list_widget.dart # lib/src/components/selection/widget/brn_selection_menu_widget.dart # lib/src/components/selection/widget/brn_selection_more_item_widget.dart # lib/src/components/selection/widget/brn_selection_range_input_item_widget.dart # lib/src/components/selection/widget/brn_selection_range_tag_widget.dart # lib/src/components/selection/widget/brn_selection_range_widget.dart # lib/src/components/selection/widget/brn_selection_single_list_widget.dart # lib/src/components/step/brn_horizontal_steps.dart # lib/src/components/step/brn_step_line.dart # lib/src/components/tabbar/bottom/brn_bottom_tab_bar_item.dart # lib/src/components/tabbar/bottom/brn_bottom_tab_bar_main.dart # lib/src/components/tabbar/indicator/brn_custom_width_indicator.dart # lib/src/components/tabbar/indicator/brn_fixed_underline_decoration.dart # lib/src/components/tabbar/indicator/brn_triangle_decoration.dart # lib/src/components/tabbar/normal/brn_switch_title.dart # lib/src/components/tabbar/normal/brn_tab_bar.dart # lib/src/components/tag/brn_state_tag.dart # lib/src/components/tag/brn_tag_custom.dart # lib/src/components/tag/tagview/brn_delete_tag.dart # lib/src/components/tag/tagview/brn_select_tag.dart # lib/src/components/toast/brn_toast.dart # lib/src/constants/brn_asset_constants.dart # lib/src/constants/brn_constants.dart # lib/src/theme/base/brn_default_config_utils.dart # lib/src/theme/brn_initializer.dart # lib/src/theme/brn_theme_configurator.dart # lib/src/theme/configs/brn_action_sheet_config.dart # lib/src/theme/configs/brn_appbar_config.dart # lib/src/theme/configs/brn_enhance_number_card_config.dart # lib/src/theme/configs/brn_selection_config.dart # lib/src/utils/brn_event_bus.dart # lib/src/utils/i18n/brn_date_picker_i18n.dart # pubspec.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.