You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding graphite to a CI can help prevent regression and is fairly easy to setup. It can automatically perform different builds and runs unit tests on each commit.
We are already doing CI Building (as we have since 2011) and we do therefore catch regressions. In the case of mingw, we don't officially support that and I doubt any of these services would provide a mingw based build out of the box.
That's great! I see @tim-eves just added the badges.
In the case of mingw setting it up on TravisCI (the system I know best) should be trivial. You just apt-get what is needed in setup and list the compilers and commands to run.
Another reason I brought this up is because my build broke when the mingw fix went in. My build script looks basically like this (run from a subdir):
Adding graphite to a CI can help prevent regression and is fairly easy to setup. It can automatically perform different builds and runs unit tests on each commit.
There are many good free options available:
The text was updated successfully, but these errors were encountered: