标签: xcode continuous-integration xcode-bots
当我的Xcode Bot开始测试时,我想在我的开发机器上触发系统通知。我已经通知了工作,但它出现在测试服务器上。 (就我而言,我的开发机器实际上是不同的登录。)
这是我的预集成脚本:
#!/bin/sh osascript -e 'display notification "Integration starting!" with title "Xcode CI"'
如何在我的开发机器上运行此脚本?谢谢你的阅读。