Walther / clovers

Ray Tracing in Rust
https://walther.github.io/clovers/clovers/
13 stars 1 forks source link

CI action for rendering all test scenes #101

Closed Walther closed 1 year ago

Walther commented 3 years ago

On a CI run, generate all test scenes as .png files. This way any visual regressions can be found before merging.

Refer to https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts

By default, generated artifacts are stored for 90 days which should be more than enough for the PRs in this repo.

Walther commented 1 year ago

Implemented in https://github.com/Walther/clovers/pull/157