Add CiCommand.kt, CiConfig.kt, and CiRunner.kt for CI daemon implementation
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2026-01-22 18:14:22 +01:00
parent f098a482a3
commit bad8d762e4
5 changed files with 376 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0-rc-2")
implementation("org.jetbrains.exposed:exposed-dao:1.0.0-rc-2")
implementation("org.jetbrains.exposed:exposed-kotlin-datetime:1.0.0-rc-2")
// YAML parsing
implementation("net.mamoe.yamlkt:yamlkt:0.13.0")
}
tasks.test {