Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build_test_all_windows CI job. (#11050)
Progress on #11009 Sample successful run: https://github.com/iree-org/iree/actions/runs/3448018286/jobs/5754640528 At first this will only run on postsubmit, then we can move this to presubmit if it is stable and we have enough resources. We should also keep an eye on how long this takes to run (checkout seems to take substantially longer than on Linux), and also consider using Docker to manage the dependencies and environment. Notes: * This does not test Vulkan or CUDA - we'd want a runner with a physical GPU (or SwiftShader) for that * This downloads CUDA deps on demand via CMake (so there's some additional network activity)
- Loading branch information