cylc / Cylc.tmbundle

TextMate bundle for the Cylc language (for TextMate, PyCharm, WebStorm, Sublime)
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

auto rebuild daily as required #2

Closed oliver-sanders closed 4 years ago

oliver-sanders commented 4 years ago

Setup a cron job to auto-rebuild this repo if anything changes in cylc-textmate-grammar.

Note: we looked into using a push system rather than polling for changes but this proved difficult for security, and setup reaons. Polling seems to be a valid solution as it only takes ~4 seconds to determine whether an update is required.

You can see this in action on my fork, take a look at the last action run on this PR: https://github.com/oliver-sanders/Cylc.tmbundle/pull/2

Note that it failed because I pushed my master one commit ahead to prevent it from succeeding (requires force push).