split up in multiple (parallel) build modules
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -11,11 +11,7 @@ jobs:
|
||||
matrix:
|
||||
# The MODULE environment variable is evaluated in build-all.sh to run a subset
|
||||
# of the builds. This way, multiple modules can be built in parallel.
|
||||
module:
|
||||
- module1
|
||||
- module2
|
||||
- module3
|
||||
- module4
|
||||
module: [ "module1", "module2", "module3", "module4" ]
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
0
spring-boot/starter/gradlew
vendored
Normal file → Executable file
0
spring-boot/starter/gradlew
vendored
Normal file → Executable file
Reference in New Issue
Block a user