Commit 280c7b7d authored by wentao.suo's avatar wentao.suo

fffff

parent 0f2e9840
......@@ -96,7 +96,7 @@ def checkout(buildType,systemName, branchName) {
checkout_luaui(systemName, branchName)
break
default:
echo "未知的buildType: ${config.buildType}"
echo "未知的buildType: ${cbuildType}"
break
}
}
......@@ -178,7 +178,7 @@ def build(buildType,systemName, contextDir){
build_luaui( systemName, contextDir)
break
default:
echo "未知的buildType: ${config.buildType}"
echo "未知的buildType: ${buildType}"
break
}
......@@ -359,7 +359,7 @@ def checkAndBuild(buildType,systemName,branchName,contextDir){
/*build*/
build(config.buildType, systemName, contextDir)
build(buildType, systemName, contextDir)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment