bschwind/opencascade-rs

Add some caching to CI

Closed this issue · 2 comments

While the initial build of opencascade is quite heavy, iterative builds are relatively fast so our CI will benefit greatly from caching the target/ directory.

Oh yeah I also thought we should do this. Let me take this, should hopefully be straighforward.

With occt-sys published to crates.io, build times are significantly faster. We could also switch to dynamic linking (done in #87) to make things even faster if we desire.