Remove demo target. (#609)

This commit is contained in:
alexander-gorshenev
2017-05-27 15:10:07 +03:00
committed by Nikolay Igotti
parent fe3ae96079
commit e44e58a4b8
+1 -7
View File
@@ -17,7 +17,7 @@ import groovy.io.FileType
//ant.importBuild 'backend.native/kotlin-ir/build.xml'
defaultTasks 'clean', 'demo'
defaultTasks 'clean', 'dist'
convention.plugins.platformInfo = new PlatformInfo()
@@ -339,12 +339,6 @@ task bundle(type: Tar) {
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 {
doLast {
file('dist').traverse(type: FileType.ANY, excludeNameFilter: "dependencies", maxDepth: 0) {