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

Only build when code files change. Resolves #11 #33

Merged
merged 4 commits into from
Jan 9, 2017

Conversation

danrmiller
Copy link
Contributor

I will add this for monero too.

@anonimal
Copy link
Contributor

anonimal commented Jan 1, 2017

Can we do .conf too?

if fn.endswith('.asc') or fn.endswith('.md') or fn.endswith('.txt'):
compile = False
# don't ignore changes to CMakeLists.txt files
elif re.match('CMakeLists.txt', fn):
Copy link

Choose a reason for hiding this comment

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

shouldn't this be if instead of elif? CmakeLists.txt is matched on line 76.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks!

@danrmiller
Copy link
Contributor Author

.conf added

@luigi1111
Copy link
Collaborator

Ready to merge?

@danrmiller
Copy link
Contributor Author

@luigi1111 yes

@luigi1111 luigi1111 merged commit c2c16bc into monero-project:master Jan 9, 2017
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.

4 participants