1. 31 Aug, 2023 1 commit
  2. 29 Jun, 2023 1 commit
    • lsaudon's avatar
      Deletes files that should be ignored (#127984) · 7cab354d
      lsaudon authored
      Some files are supposed to ignore, but don't.
      
      - **/windows/flutter/generated_plugins.cmake
      - **/linux/flutter/generated_plugin_registrant.cc
      - **/linux/flutter/generated_plugin_registrant.h
      - **/linux/flutter/generated_plugins.cmake
      - **/windows/flutter/generated_plugin_registrant.cc
      - **/windows/flutter/generated_plugin_registrant.h
      - **/ios/Runner/GeneratedPluginRegistrant.h
      - **/ios/Runner/GeneratedPluginRegistrant.m
      
      *List which issues are fixed by this PR. You must list at least one issue.*
      
      *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
      7cab354d
  3. 15 Aug, 2022 1 commit
    • yaakovschectman's avatar
      Add Compilation DeviceLab test for Windows (#109540) · bba2ac83
      yaakovschectman authored
      * Add Windows compilation test (hello_world_windows__compile)
      
      * Add devicelab target to .ci.yaml
      
      * Bringup on new target
      
      * Add license to generated files
      
      * Indicate test ownership
      
      * Delete asset from repo
      
      * Add Windows compilation test (hello_world_windows__compile)
      
      * Add devicelab target to .ci.yaml
      
      * Bringup on new target
      
      * Add license to generated files
      
      * Indicate test ownership
      
      * Delete icon
      
      * Use path.basename
      
      Re triggering tests
      
      * Update test owner to desktop team
      bba2ac83