-
Notifications
You must be signed in to change notification settings - Fork 429
[work in progress] Continuous integration with Travis CI #269
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
Comments
@vielmetti since Travis CI has been discussed and rejected in #175... And have added lots more comments on the same topic recently... As stated elsewhere, #65 is not a case for CI... Do not see a reason why tidy needs this at this time... So again this is CLOSED. |
A snapshot of my work to date is here: https://gist.github.com/283310f5d9ae5b8335b2 and here https://gist.github.com/f46d7f6db4afead6c170 for the next person who comes along. |
@vielmetti it seems to me you are more interested in the process of automation, the CI itself, setting it up, than in any results or benefits this could bring to the project... but that's ok... no problem... Some things I note from your various CI links -
As can be seen in #266 to be able to analyse the problems, and look at fixing this diff, need access to the ouput generated by And as expressed elsewhere, it would be great if the And after the API docs build, there seems a deploy: token. Can I get access to the So I would say, these are some very positive results from your CI work. Thank you for the effort! I might even be tempted to try the same with my own But I do not see any follow-up on fixing the actual problems in tidy source... As always, any help on fixing tidy is much appreciated... |
This was previously considered in #175 which is now closed. I'm bringing it back up again. There's a corresponding PR that I'm working on.
In order to properly test the proposed changes in #65 that affect lexer.c it's going to be necessary to test a whole lot of test cases. In addition, the proposed patch to #65 is based on an old codebase and thus might no even build without a bunch of tweaking.
I'll patch what I can in a fork, which does have Travis turned on. At some point that's going to be too awkward to maintain, and I really don't want to fork my own version of this.
The text was updated successfully, but these errors were encountered: