-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Building NUT for CI in Windows workers #917
Comments
Bookmarking a couple more findings: apparently Microsoft itself now issues (temporarily valid) VMs that can be used for building and/or testing stuff. This may be useful even when NUT CI life continues beyond Travis. The list found so far includes:
|
Seems CircleCI offers up to 6000 minutes per month (to be explored for MacOS per #1419) including Windows builders: |
Getting closer with:
Maybe sometime in the future would get to the likes of: |
Initial milestone achieved (we have some way to build and test NUT in Windows). Other goals are worthy nice-to-haves to expand the supported base of options later, so not closing this issue yet but not actively pursuing either. |
The "fightwarn" effort started in #823 introduced in particular builds of NUT in Windows workers, currently for the sake of seeing if we can do it at all. This can be seen in branches with "fightwarn" in the name, and possibly truncated in scope (to avoid running other test cases while fixing this scenario) by a temporary patch like these from the https://github.com/networkupstools/nut/commits/fightwarn-win branch:
As the latter comment says, the current blocker in this path is the lack of functional autotools which would actually generate the configure script (probably as a .bat or .cmd file, though a posix shell script could work too for that environment).
The text was updated successfully, but these errors were encountered: