Simplify mapping between CI and test tasks

This commit is contained in:
Nikolay Krasko
2021-12-10 23:42:42 +03:00
committed by teamcity
parent 00f0978b1d
commit ee507ceaed
+5
View File
@@ -777,6 +777,11 @@ tasks {
}
register("miscCompilerTest") {
dependsOn("coreLibsTest")
dependsOn("gradlePluginTest")
dependsOn("toolsTest")
dependsOn("examplesTest")
dependsOn("nativeCompilerTest")
dependsOn("firCompilerTest")