Parallelize CI builds

This commit is contained in:
arkon
2021-06-20 17:45:22 -04:00
parent 8e0fe086c2
commit 0064d8bd96
3 changed files with 101 additions and 46 deletions

View File

@@ -10,8 +10,8 @@ project(":duktape-stub").projectDir = File("lib/duktape-stub")
include(":lib-dataimage")
project(":lib-dataimage").projectDir = File("lib/dataimage")
if (System.getenv("CI") == null || System.getenv("CI_PUSH") == "true") {
// Local development or full build for push
if (System.getenv("CI") == null) {
// Local development (full project build)
include(":multisrc")
project(":multisrc").projectDir = File("multisrc")