-
Notifications
You must be signed in to change notification settings - Fork 182
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
AppVeyor not building PDF #308
Comments
Traveling back from Africa, will take a look on Friday.
|
I can help troubleshoot this in https://github.com/czbiohub/orthology-free-comparative-transcriptomics-paper/pull/47 |
As @agitter diagnosed in https://github.com/czbiohub/orthology-free-comparative-transcriptomics-paper/pull/47#issuecomment-585748162, the issue is due to the pull request having a merge conflict: AppVeyor (and other CI services) evaluate a merge commit for pull requests rather than the actual commit on the PR branch. Therefore when there is a conflict, they cannot proceed with CI. Changing to Lines 1 to 8 in 40b0e5b
But if you remove everything quoted above, then you would be able to build the push event for your branch. Once the merge conflict was resolved, you'd then get two CI jobs for each PR commit (one for the branch push event and another of the pull request event). |
Ohh I see! Now I understand. Would it be possible to add an error message from AppVeyor that he PDF wasn't built because of the merge conflict? I wouldn't have thought to fix that without your help. Thank you so much! |
YAYY IT BUILT!!!! THANK YOU SO MUCH!!! https://github.com/czbiohub/orthology-free-comparative-transcriptomics-paper/pull/47/#issuecomment-586493091 🎉🎉🎉🎉🎉🎉🎉🎉🎉 |
The merge conflict prevents AppVeyor from running at all, so I don't think we have control over the AppVeyor notifications to point out the merge conflict caused the problem. I first noticed this in https://github.com/czbiohub/de-novo-orthology-paper/pull/47 because in the commit showed a failed build Perhaps this points to a place where we could improve documenation. |
Hello,
I'm not able to build the intermediate PDF of the manuscript which hinders my ability to solicit feedback on intermediate work. In this PR: https://github.com/czbiohub/orthology-free-comparative-transcriptomics-paper/pull/47 the AppVeyor build works at first, but then for some reason stops accepting events:
I don't understand why
skip_branch_with_pr: true
is set in theappveyor.yml
file, since don't we want to build the pdfs for PRs?Let me know if there is anything else I can provide!
Warmest,
Olga
The text was updated successfully, but these errors were encountered: