Build models in repository as part of CI build #51
Labels
good first issue
Good for newcomers
topic: build
Anything relating to the build system.
type: development
Work to ease development or maintenance, without direct effect on features or bugs
The CI build doesn't currently build the models in the
models/
directory, which means that errors can creep in there unnoticed.Maybe it could be as simple as creating a Cargo workspace, and adding the models to it. If not, adding a shell script (or ideally something more portable) that goes through everything in
models/
and runscargo build
would work.Labeling as https://github.com/hannobraun/Fornjot/labels/good%20first%20issue, since this is purely a Cargo thing that doesn't require any knowledge of Fornjot.
The text was updated successfully, but these errors were encountered: