mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Adding iOS Build and Test to CI #804

Closed fluffyemily closed 6 years ago

ncalexan commented 6 years ago

It looks like the build directories with all of the Rust targets are too big for Travis CI's build caching. Should we cargo clean, so that we keep VCS checkouts but drop object files? Can we split targets across jobs?