qt - Teamcity compilation error only on triggered build -
i have few qt projects being built teamcity. when commit change vcs trigger build, got same build error @ same step:
[15:27:20][custombuild] rcc'ing resources.qrc... [15:27:20][custombuild] system cannot find path specified. [15:27:20][custombuild] uic'ing src\commandcard.ui... [15:27:20][custombuild] system cannot find path specified. [15:27:20][custombuild] uic'ing src\myclass.ui... [15:27:20][custombuild] system cannot find path specified. [15:27:20][custombuild] uic'ing src\settings.ui... ...
but when re-run build same revisions via ui, build executes without errors. if set "retry build trigger" retry after first error, error exists.
after error, supposed missing files exists correctly in disk, in version control.
windows 7 64 teamcity professional 10.0.4 (build 42538) (but issue appeared in older versions too)
question posted teamcity community forum.
posting own answer here:
with teamcity staff, able find source of error:
it error on environment parameter created used in build (qtdir). 'select' type parameter, had label value default instead of actual value.
changing default correct value fixed issue.
Comments
Post a Comment