提交 8fc9f693 编写于 作者: S siyangy 提交者: Jiangtao Hu

Build: enable building apollo-simulator

上级 48905e36
......@@ -183,12 +183,12 @@ function build() {
python modules/tools/common/kv_db.py put \
"apollo:data:commit_id" "$REVISION"
# if [ -d /apollo-simulator ] && [ -e /apollo-simulator/build.sh ]; then
# cd /apollo-simulator && bash build.sh build
# if [ $? -ne 0 ]; then
# fail 'Build failed!'
# fi
# fi
if [ -d /apollo-simulator ] && [ -e /apollo-simulator/build.sh ]; then
cd /apollo-simulator && bash build.sh build
if [ $? -ne 0 ]; then
fail 'Build failed!'
fi
fi
if [ $? -eq 0 ]; then
success 'Build passed!'
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册