mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Introducing parallel builds.
This commit is contained in:
parent
e7f06add24
commit
028e360da1
7 changed files with 382 additions and 239 deletions
|
@ -5,7 +5,6 @@ import com.beust.kobalt.TestModule
|
|||
import com.google.common.collect.ArrayListMultimap
|
||||
import com.google.common.collect.Multimap
|
||||
import com.google.common.collect.TreeMultimap
|
||||
import com.google.inject.Inject
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.testng.annotations.Guice
|
||||
import org.testng.annotations.Test
|
||||
|
@ -81,7 +80,7 @@ class TaskManagerTest : BaseTest() {
|
|||
}
|
||||
}
|
||||
|
||||
val graph = taskManager.createGraph2("", tasks.map { TaskManager.TaskInfo(it) }, dependencies,
|
||||
val graph = BaseProjectRunner.createTaskGraph("", tasks.map { TaskManager.TaskInfo(it) }, dependencies,
|
||||
dependsOn, reverseDependsOn, runBefore, runAfter, alwaysRunAfter,
|
||||
{ it }, { t -> true })
|
||||
val result = DryRunGraphExecutor(graph).run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue