-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add Travis CI integration #42
Comments
https://travis-ci.org/ccavanaugh/jgnash Basics for Travis are enable, but it's puking when building the Windows EXE's Any ideas? I can see value in this, but not if it's too intrusive. |
Travis does not support Windows, only Linux and macOS. For Windows CI you'd need to use e.g. AppVeyor. As an example, you may want to look at this project that integrates with both. |
The windows exe's are still a Linux based app / Gradle plugin |
Working now.... and it did expose a unit test failure I had not found since the last release build. The fix for building the windows EXE's was to install some lib32 dependencies. Still learning the full capability, so open to suggestions for improvement. |
To ensure PRs pass the tests.
The text was updated successfully, but these errors were encountered: