- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BuildType (0.04 sec)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
} } specificBuildTypes = stage.specificBuilds.map { it.create(model, stage) } specificBuildTypes.forEach(this::buildType) performanceTests = stage.performanceTests.map { createPerformanceTests(model, performanceTestBucketProvider, stage, it) } + stage.flameGraphs.map { createFlameGraphs(model, stage, it) }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:24:58 UTC 2025 - 11.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
} skipConditionally(buildType) } } fun BuildStep.onlyRunOnGitHubMergeQueueBranch() { conditions { matches("teamcity.build.branch", "gh-readonly-queue/.*") } } fun BuildStep.skipConditionally(buildType: BuildType? = null) { // we need to run CompileALl unconditionally because of artifact dependency if (buildType !is CompileAll) { conditions {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)