rust-lang / jobserver-rs

Apache License 2.0
69 stars 40 forks source link

Add windows to travis CI config #11

Closed andjo403 closed 5 years ago

andjo403 commented 5 years ago

as I get a fault during cargo test when running locally and as appveyor did not start for #10 tying this.

andjo403 commented 5 years ago

hmm got the same fault as when I run locally

alexcrichton commented 5 years ago

Thanks for the PR! I think there's an error on CI though?

andjo403 commented 5 years ago

yes I got the error on my computer also but can not find what the problem is. tried to use the rustc version and commit that was used in the latest appveyor run but got the same fault then also.

alexcrichton commented 5 years ago

This error may just mean that there's software like make installed on AppVeyor and not on Travis? I'd personally prefer to stick to AppVeyor to add CI if necessary

andjo403 commented 5 years ago

ok now I understand why it failed I do not have make in my shell either.

only wanted to try this as the AppVeyor did not start for the other commit.

thanks for the help