mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 13:47:29 +08:00
[ci] Add a builder for local_tests.sh on Windows (#524)
This commit is contained in:
10
.ci.yaml
10
.ci.yaml
@ -29,6 +29,16 @@ platform_properties:
|
||||
os: Windows
|
||||
|
||||
targets:
|
||||
- name: Windows local_tests master - packages
|
||||
bringup: true
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_local_tests.yaml
|
||||
channel: master
|
||||
scheduler: luci
|
||||
|
||||
- name: Windows win32-platform_tests master - packages
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
|
7
.ci/scripts/local_tests.sh
Normal file
7
.ci/scripts/local_tests.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2013 The Flutter Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# TODO(stuartmorgan): Call scripts/local_tests.sh here as part of updating
|
||||
# that script to work on Windows.
|
5
.ci/targets/windows_local_tests.yaml
Normal file
5
.ci/targets/windows_local_tests.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- name: prepare tool
|
||||
script: .ci/scripts/prepare_tool.sh
|
||||
- name: local tests
|
||||
script: .ci/scripts/local_tests.sh
|
Reference in New Issue
Block a user