fix build task, add call launch build
This commit is contained in:
parent
c7bd443cbd
commit
ce4329d99b
|
@ -120,7 +120,7 @@ open class BuildAndroidType(name_suffix : String, environment : String) :
|
||||||
}
|
}
|
||||||
script {
|
script {
|
||||||
name = "Produce"
|
name = "Produce"
|
||||||
scriptContent = "./gamectl --env=" + environment
|
scriptContent = "./gamectl --env=" + environment + " build_android"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@ open class BuildIOSType(name_suffix : String, environment : String) :
|
||||||
}
|
}
|
||||||
script {
|
script {
|
||||||
name = "Produce"
|
name = "Produce"
|
||||||
scriptContent = "./gamectl --env=" + environment
|
scriptContent = "./gamectl --env=" + environment + " build_ios"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue