-
Notifications
You must be signed in to change notification settings - Fork 37
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
Set up CI with Travis #14
Comments
I was looking into doing this for my specs using the docker image, but check-link doesn't seem to want to process a local file, only something over HTTP:
Any thoughts on doing this, short of running a separate docker instance to serve the document locally via HTTP? |
@gkellogg: unless @stupchiy, @dontcallmedom, @tguild or @deniak have a ready answer, I recommend you check first on (and if not, write to) the |
@gkellogg, @tripu in order to test against local file, you would need to persist/share your data within container using volumes. So to accomplish that, try to execute docker command, within the folder with your |
I use the linkchecker on Travis CI on a regular basis for the WebRTC specs as local files - but then, I use it directly from perl, not via docker (based on the error message above, it looks like it is looking for a file at |
@stupchiy thanks for the suggestion, that does indeed work! @dontcallmedom yes, I was going to go with the perl install, but I think it's a bit cleaner to rely on docker. There's a lot of great stuff in your Makefile that I'll take advantage of, though. |
eg, to run tests automatically for PRs.
See
docs.travis-ci.com/user/languages/perl6
.The text was updated successfully, but these errors were encountered: