Below are the details about a very simple CI setup, the one that simply checks GitHub for changes to ‘master’ and if
there were any, runs FAKE build script.
First FAKE script:
//
The only part that should be interesting (the rest is standard FAKE) is conditional dependency for ‘Default’ task.
It depends on returned value from a custom FAKE task that checks if there are changes on GitHub.
Here is the custom task:
That is all – “simple” is the keyword :) – here is the screenshot of it running:
Till next time…
