- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for targetOS (0.13 sec)
-
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
stageWithOsTriggers.getOrDefault(stage.stageName, emptyList()).forEach { targetOs -> val dependencies = allDependencies.filter { it.os == targetOs } triggers.add(StageTrigger(model, stage, prevStage, targetOs, dependencies, generateTriggers = false)) } } } // https://github.com/gradle/gradle-private/issues/4527
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Nov 06 08:08:13 UTC 2024 - 5.8K bytes - Viewed (0) -
CONTRIBUTING.md
> a local machine without necessary parallelization and caching. > The full test suites are executed on the CI instance for multiple configurations, > and you can rely on it after doing initial sanity check and targeted local testing. ### Submitting Your Change
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0)