Skip to content

Conversation

@stephencelis
Copy link
Member

No description provided.

@stephencelis stephencelis requested a review from mbrandonw August 25, 2021 15:48
Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

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

awesome!

2>&1 \
| grep 'warning: ' \
| sed 's|$(PWD)|.|g' \
| tr '\n' '\1')
Copy link
Member Author

Choose a reason for hiding this comment

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

I couldn't figure out how to make xcodebuild docbuild fail on warnings, so doing some gnarly Makefile stuff here to hold onto the warnings and print them. Doing a tr dance because of this: https://stackoverflow.com/questions/54067438/how-to-preserve-whitespace-when-saving-command-output-to-a-makefile-variable

@stephencelis stephencelis merged commit bf9ab75 into main Aug 25, 2021
@stephencelis stephencelis deleted the test-docs branch August 25, 2021 19:39
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.

3 participants