سؤال

I have a Makefile in my working copy. Can I make Cornerstone run make; make test before a commit, and cancel the commit if make fails?

This way I'm sure I don't accidentally commit code that doesn't work.

هل كانت مفيدة؟

المحلول

Cornerstone 2.5.x supports pre-commit scripts, presumably you could attach a script that runs the make file to that.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top