unit-e icon indicating copy to clipboard operation
unit-e copied to clipboard

Run a build using travis windows vm

Open scravy opened this issue 7 years ago • 5 comments
trafficstars

Travis newly supports windows builds. There should be native windows / MSVC build running in travis.

Related: #282

scravy avatar Nov 22 '18 14:11 scravy

There has not been any activity in the past month. Is there anything to follow-up?

mergeable[bot] avatar Dec 25 '18 14:12 mergeable[bot]

What would be the benefit of a native Windows build? For a user it shouldn't make much of a difference, provided the build works, should it?

cornelius avatar Jan 28 '19 15:01 cornelius

Bitcoin (and once we merge with 0.17, us too) can be built using MSVC natively. Having a build that runs that ensures that we do not destroy this capability.

https://github.com/bitcoin/bitcoin/tree/master/build_msvc

scravy avatar Jan 28 '19 15:01 scravy

Ok, that makes sense. So it would be for CI, not for release builds, right?

cornelius avatar Jan 28 '19 15:01 cornelius

Yes, the windows build would be for CI. It says "travis" in the title, but yes, that means "CI".

All release builds, even the macOS one, are cross-compiled in the same gitian linux-based environment, if I'm not mistaken.

scravy avatar Jan 28 '19 15:01 scravy