mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-03 07:09:35 +00:00
Init space CI
This commit is contained in:
8
.space.kts
Normal file
8
.space.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
job("Build and run tests") {
|
||||
container(displayName = "Run gradle build", image = "openjdk:11") {
|
||||
kotlinScript { api ->
|
||||
// here can be your complex logic
|
||||
api.gradlew("build")
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user