Setup space CI
This commit is contained in:
parent
7658f65bd3
commit
921f5c9b0a
9
.space.kts
Normal file
9
.space.kts
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* JetBrains Space Automation
|
||||||
|
* This Kotlin-script file lets you automate build activities
|
||||||
|
* For more info, see https://www.jetbrains.com/help/space/automation.html
|
||||||
|
*/
|
||||||
|
|
||||||
|
job("Build and run tests") {
|
||||||
|
gradlew("openjdk:11", "build")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user