ios - Can Xcode bots be run in a specified order -


i have projects depend on other projects. once projects built, i'm okay until next api change. then, if 1 of downstream projects gets kicked off before upstream project built, it'll fail.

so, can specify bots upstream projects run before downstream ones?

i'll post own solution problem, though it's more hack.

since bots run in alphabet/numerical order, can number them used old basic programs. and, basic, can run number them 10,20, etc. in case have insert bots in between.

a little better assign same number ones run concurrently.

i love see better solution this, trick.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -