Allow to override teamcity bootstrap compiler for "bootstrap.build.no.tests"

This commit is contained in:
Nikolay Krasko
2015-04-16 20:04:44 +03:00
parent 0be99c8efc
commit 06fd6c4ba2
+11 -3
View File
@@ -2,8 +2,12 @@
<property name="ideaVersion" value="141.588.1"/>
<property name="kotlin.bootstrap.locator" value="buildType:bt345,tag:bootstrap,status:SUCCESS" />
<property name="kotlin.bootstrap.locator.force" value="false"/>
<property name="markdown.locator" value="buildType:IntelliJMarkdownParser_Build,status:SUCCESS"/>
<property name="bootstrap.build.no.tests" value="false"/>
<condition property="os.tag" value="win.zip">
<os family="windows"/>
</condition>
@@ -221,9 +225,13 @@
<!-- Bootstrap compiler -->
<if>
<not>
<isset property="teamcity.version"/>
</not>
<or>
<not><isset property="teamcity.version"/></not>
<and>
<istrue value="${kotlin.bootstrap.locator.force}"/>
<istrue value="${bootstrap.build.no.tests}"/>
</and>
</or>
<then>
<!-- Download bootstrap compiler for local build -->
<download_teamcity_artifact