-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the Appveyor build #72
Comments
No progress on this from the Stack side, and it's a bit of an odd case, so I remove the Appveyor script in 2b7adb0. |
FWIW, The initial setup took some time to figure out -- the lack of standardization didn't help -- but past the learning curve it's actually pretty convenient and low-maintenance. Not having to deal with two CI services (AppVeyor + Travis CI) was a nice perk. |
I've moved all my other projects to GitHub actions and agree it's clearly the best way to go. However, I'm in the process of transferring maintainership, so think the new maintainer should have choice of which CI to use, and how to configure it etc: #79 |
https://ci.appveyor.com/project/ndmitchell/filepath is failing. The problem is that it doesn't find
time
on the plan. Trying the same project but renamingfilepath
to anything else fixes the issue, so it seems to be that by puttingfilepath
in the plan it invalidatestime
somehow. A Stack bug, but I'm not convinced one they'll necessarily want to fix, as overwritingfilepath
is an odd thing to do.The text was updated successfully, but these errors were encountered: