为了编译目标-c项目,我需要能够指定xctool参数、配置和目标。我如何在.travis.yml中做到这一点?
发布于 2014-10-12 13:09:43
找到解决方案:使用xctool_args
https://stackoverflow.com/questions/26238499
相似问题