]> git.lizzy.rs Git - rust.git/commit
Remove windows from CI
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 25 Mar 2019 07:13:44 +0000 (10:13 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 25 Mar 2019 07:13:44 +0000 (10:13 +0300)
commitdb9a3cbfb912260a8c572c926e34c7812b0215df
treee56974c40dd0269d93df107681df39e4dc863f19
parent219b1573377caafaca1dc071f8513ec8be01f199
Remove windows from CI

We don't actually look at the CI results for windows anyway!

In general, rust-analyzer should be written in a completely
OS-independent way. That is, testing on one OS should be enough. If
this is not the case, that means something is seriously broken.

No doubt there are components which actually talk to the outside
world, and they may be platform dependent. We should extract such
components to a separate repo with an extensive multi platform CI,
like we did for VFS
.travis.yml