Created
January 12, 2013 18:25
-
-
Save kfdm/4519762 to your computer and use it in GitHub Desktop.
Watch a git repo and only rebuild if there are changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my_repo: | |
git.latest: | |
- name: https://github.com/some/repo.git | |
- rev: develop | |
- target: /opt/foo | |
run_make: | |
cmd.run: | |
- cwd: /opt/foo | |
- name: make install | |
- watch: | |
- git: my_repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment