You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experience, appveyor tends to be flakier and slower than travis. It is currently event disabled for bors. We should try to use travis for windows testing!
The text was updated successfully, but these errors were encountered:
215: Add Travis Windows build r=matklad a=phansch
This adds the Windows build to Travis.
I had to use the `dos2unix` utility on the parser directory to fix some incorrect
line endings. I'm not sure where they are coming from but I guess git is
converting them automatically when cloning on Windows.
Closes#139
Co-authored-by: Philipp Hansch <[email protected]>
In my experience, appveyor tends to be flakier and slower than travis. It is currently event disabled for bors. We should try to use travis for windows testing!
The text was updated successfully, but these errors were encountered: