Plugin&Tests: Build kotlinc by calling to build.xml rather than depending on Dist
This commit is contained in:
Generated
+1
-1
@@ -27,7 +27,7 @@
|
||||
</element>
|
||||
</element>
|
||||
<element id="file-copy" path="$PROJECT_DIR$/out/build.txt" />
|
||||
<element id="dir-copy" path="$PROJECT_DIR$/bootstrap.compiler" />
|
||||
<element id="dir-copy" path="$PROJECT_DIR$/dist/kotlinc" />
|
||||
</element>
|
||||
</root>
|
||||
</artifact>
|
||||
|
||||
+8
-5
@@ -1,4 +1,6 @@
|
||||
<project name="Jet CI Bootstrap" default="unzipDependencies">
|
||||
<project name="Jet CI Bootstrap" default="CEBuild">
|
||||
<import file="build.xml" optional="false"/>
|
||||
|
||||
<macrodef name="echoprop">
|
||||
<attribute name="prop"/>
|
||||
<sequential>
|
||||
@@ -20,11 +22,12 @@
|
||||
<unzip dest="ideaSDK">
|
||||
<fileset dir="ideaSDK" includes="ideaIC*.zip"/>
|
||||
</unzip>
|
||||
<unzip dest="bootstrap.compiler">
|
||||
<fileset dir="bootstrap.compiler" includes="kotlin*.zip"/>
|
||||
</unzip>
|
||||
|
||||
<delete dir="ideaSDK" includes="ideaIC*.zip"/>
|
||||
<delete dir="bootstrap.compiler" includes="kotlin*.zip"/>
|
||||
</target>
|
||||
|
||||
<target name="CEBuild" depends="unzipDependencies, dist">
|
||||
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user