Skip to content
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

[travis] Make overfull hboxes a presubmit error. #1780

Merged
merged 1 commit into from Oct 22, 2017

Conversation

tkoeppe
Copy link
Contributor

@tkoeppe tkoeppe commented Oct 22, 2017

Also delete the "manual" check since "complete" subsumes "manual".

@zygoloid, @godbyk: Could you please take a look whether this looks right?

.travis.yml Outdated
- BUILD_TYPE=check-whitespace # check for whitespace at the ends of lines

script:
# Build std.pdf
- pushd source
- if [ "$BUILD_TYPE" = "latexmk" ]; then
latexmk -pdf std;
! grep -Fe "Overfull \hbox" std.log;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to escape the backslash with another backslash.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks.

@godbyk
Copy link
Contributor

godbyk commented Oct 22, 2017

The manual method was originally to just perform the build steps as specified in the README. But complete does subsume manual in that it performs the additional step of regenerating the images.

Also delete the "manual" check since "complete" subsumes "manual".
@tkoeppe
Copy link
Contributor Author

tkoeppe commented Oct 22, 2017

OK, thanks, in that case I'd prefer to not rerun redundant steps that we'd catch anyway. No need to waste compute resources and time.

@tkoeppe tkoeppe merged commit 4ba4e9c into cplusplus:master Oct 22, 2017
@tkoeppe tkoeppe deleted the travis branch October 22, 2017 23:42
AaronBallman pushed a commit to AaronBallman/draft that referenced this pull request Nov 15, 2017
Also delete the "manual" check since "complete" subsumes "manual".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants