bootstrap Kotlin compiler for tests build
This commit is contained in:
+5
-2
@@ -1,4 +1,4 @@
|
||||
<project name="Jet CI Bootstrap" default="unzipIdeaSDK">
|
||||
<project name="Jet CI Bootstrap" default="unzipDependencies">
|
||||
<macrodef name="echoprop">
|
||||
<attribute name="prop"/>
|
||||
<sequential>
|
||||
@@ -16,9 +16,12 @@
|
||||
<echoprop prop="user.home"/>
|
||||
<echoprop prop="user.dir"/>
|
||||
|
||||
<target name="unzipIdeaSDK">
|
||||
<target name="unzipDependencies">
|
||||
<unzip dest="ideaSDK">
|
||||
<fileset dir="ideaSDK" includes="ideaIC*.zip"/>
|
||||
</unzip>
|
||||
<unzip dest="compiler">
|
||||
<fileset dir="compiler" includes="kotlin*.zip"/>
|
||||
</unzip>
|
||||
</target>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user