sourcegraph / go-vcs

manipulate and inspect VCS repositories in Go
https://sourcegraph.com/sourcegraph/go-vcs
Other
79 stars 20 forks source link

Travis: Run tests on Windows. #109

Closed dmitshur closed 1 year ago

dmitshur commented 6 years ago

There has been work done to the library over time to support Windows. There's a chance for Windows support to deteriorate over time, since it's not tested often. Fix that by running tests on Windows in CI. Travis CI has recently added support for Windows, making this possible.

References:

dmitshur commented 6 years ago

Looks like it'll take some work to get tests to pass on Windows. I see the following issues so far:

dmitshur commented 6 years ago

Looks like @keegancsmith is seeing very similar issues in https://github.com/sourcegraph/go-langserver/pull/329, and has reported about them at:

This PR can wait until that's resolved.

dmitshur commented 1 year ago

This PR is probably obsolete since Travis CI has changed quite a bit over the years and there are newer alternatives available by now. It's a trivial 3 line change that can be re-recreated if needed. Closing.