Remove demo target. (#609)
This commit is contained in:
committed by
Nikolay Igotti
parent
fe3ae96079
commit
e44e58a4b8
+1
-7
@@ -17,7 +17,7 @@ import groovy.io.FileType
|
|||||||
|
|
||||||
//ant.importBuild 'backend.native/kotlin-ir/build.xml'
|
//ant.importBuild 'backend.native/kotlin-ir/build.xml'
|
||||||
|
|
||||||
defaultTasks 'clean', 'demo'
|
defaultTasks 'clean', 'dist'
|
||||||
|
|
||||||
convention.plugins.platformInfo = new PlatformInfo()
|
convention.plugins.platformInfo = new PlatformInfo()
|
||||||
|
|
||||||
@@ -339,12 +339,6 @@ task bundle(type: Tar) {
|
|||||||
compression = Compression.GZIP
|
compression = Compression.GZIP
|
||||||
}
|
}
|
||||||
|
|
||||||
task demo(type: Exec) {
|
|
||||||
dependsOn 'dist'
|
|
||||||
|
|
||||||
commandLine './dist/bin/konanc', 'backend.native/tests/runtime/collections/moderately_large_array.kt', '-o', 'build/demo.kexe'
|
|
||||||
}
|
|
||||||
|
|
||||||
task clean {
|
task clean {
|
||||||
doLast {
|
doLast {
|
||||||
file('dist').traverse(type: FileType.ANY, excludeNameFilter: "dependencies", maxDepth: 0) {
|
file('dist').traverse(type: FileType.ANY, excludeNameFilter: "dependencies", maxDepth: 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user