GothenburgBitFactory / flod

Flod is the Continous Integration Tool for Gothenburg Bit Factory
Other
3 stars 0 forks source link

Support set of ignore files (like .gitignore) to skip builds #13

Open pbeckingham opened 6 years ago

pbeckingham commented 6 years ago

If a commit contains only a README change, then based on an ignore list, skip the build for that commit.

This will save build server time for useless bild/test cycles. It should be done after the commit hook script, to keep that script small and fast, but before generating build requests for multiple platforms, meaning the platforms script should probably do this.