/
Detecting changes in source control
Detecting changes in source control
A good automated build will detect when code is changed in source control and trigger a build.
For a git this is quite easy to do using the git log command. But do in a way which is stable.
Scripting with Lua is perfect.
, multiple selections available,
Related content
What should an automated build system do?
What should an automated build system do?
More like this
How does one make stable git scripts?
How does one make stable git scripts?
Read with this
It's important for quality software to have a well defined automated build process
It's important for quality software to have a well defined automated build process
More like this
Should you have one unit test or many?
Should you have one unit test or many?
Read with this
Notify developers when they break the build
Notify developers when they break the build
More like this
Avoid having too many dependencies
Avoid having too many dependencies
Read with this