AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
141 stars 47 forks source link

[CI] Set up CI runners, fix build issues on different platforms #130

Closed antond-weta closed 10 months ago

antond-weta commented 10 months ago

This change adds CI runners for these platforms:

I've done some work to fix the Windows build, but that is not fully working yet.

The cmake config files have been simplified substantially. The project does not attempt to build any dependencies from source code any more. Those need to be installed as prerequisites.

There is now a separate bash script for fetching and installing AcesContainer.

antond-weta commented 10 months ago

I have resolved the conflicts with the clang-format PR, no need to review again.