appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.19k stars 329 forks source link

Add Ubuntu CI via Github Actions #2920

Closed LZaw closed 1 year ago

LZaw commented 2 years ago

This PR is meant to re-enable the CI/CD, which was previously done by Travis. So far, I was only able to cover Linux/Ubuntu. Building appleseed on Mac is quite a challenge, since some dependencies aren't available that easy anymore (e.g. Python2). Thus, this PR only solves the CI/CD problem only partially.