tasks: | |
- name: prepare tool | |
script: .ci/scripts/prepare_tool.sh | |
infra_step: true # Note infra steps failing prevents "always" from running. | |
- 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 |