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
It would be nice to turn on travis-ci so all pull requests / pushes get built verifying at least the code compiles without issue so we don't waste time applying broken changes. In the past, there were a number of times when fully mavenizing the project that issues became present. This should resolve that at least on the java portion. It may be possible to have it build everything but windows isn't supported with travis-ci currently. Additionally, it is required to skip tests in order to build due to dependency on native windows. I've been running this for a while now in my forked repo.
As to setup, it is pretty trivial to setup. See https://travis-ci.org/ for details. Once setup on this project, emails can be generated out with status of builds.
The text was updated successfully, but these errors were encountered:
It would be nice to turn on travis-ci so all pull requests / pushes get built verifying at least the code compiles without issue so we don't waste time applying broken changes. In the past, there were a number of times when fully mavenizing the project that issues became present. This should resolve that at least on the java portion. It may be possible to have it build everything but windows isn't supported with travis-ci currently. Additionally, it is required to skip tests in order to build due to dependency on native windows. I've been running this for a while now in my forked repo.
As to setup, it is pretty trivial to setup. See https://travis-ci.org/ for details. Once setup on this project, emails can be generated out with status of builds.
The text was updated successfully, but these errors were encountered: