diff options
-rwxr-xr-x | tools/buildbot/darwin-depends-check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildbot/darwin-depends-check b/tools/buildbot/darwin-depends-check new file mode 100755 index 0000000000..231f67647e --- /dev/null +++ b/tools/buildbot/darwin-depends-check @@ -0,0 +1,3 @@ +#!/bin/bash +git diff-tree --quiet -r HEAD@{1}..HEAD@{0} tools/darwin/depends/ +echo $? |