chairemobilite / evolution

Online survey platform for travel survey
MIT License
4 stars 9 forks source link

generator: Generate the example widget/config survey in the CI #795

Open tahini opened 17 hours ago

tahini commented 17 hours ago

With #794 we have a working generator project (ie it produces compilable code, even though the project itself is not complete and has no actual frontend or backend application).

To make sure updates in evolution do not break the generated code, it should be run during CI. Here are the steps to run the generator:

Now, from the root of the project:

greenscientist commented 16 hours ago

Ok, I'll check that once #794 is merged