tasks: | |
- name: prepare tool | |
script: .ci/scripts/prepare_tool.sh | |
infra_step: true # Note infra steps failing prevents "always" from running. | |
- name: download Dart deps | |
script: .ci/scripts/tool_runner.sh | |
args: ["fetch-deps", "--windows", "--supporting-target-platforms-only"] | |
infra_step: true | |
- name: build examples (Win32) | |
script: .ci/scripts/build_examples_win32.sh | |
- name: native unit tests (Win32) | |
script: .ci/scripts/native_test_win32.sh | |
- name: drive examples (Win32) | |
script: .ci/scripts/drive_examples_win32.sh |