iree-org / iree-template-runtime-cmake

Template repository for using the IREE's C runtime API via CMake
https://iree.dev/reference/bindings/c-api/
Apache License 2.0
1 stars 2 forks source link

Add build matrix to CI. #3

Closed ScottTodd closed 1 year ago

ScottTodd commented 1 year ago

This has configurations for Windows + [clang, gcc], but I was only able to compile successfully on Windows + MSVC. Logs with the full matrix enabled are here: https://github.com/iree-org/iree-template-runtime-cmake/actions/runs/6670553422.

We have a similar build matrix upstream in IREE itself, but this is much simpler and easier to reference. We can point developers at this when they want to debug their own build environments.