提交 18242a37 编写于 作者: S superjomn

up

上级 348d771d
......@@ -10,8 +10,9 @@ stages:
check:prebuilt:
stage: ci
script:
- ls
#- ./paddle/fluid/lite/tools/build.sh check_style
- export to_test=$(echo $(git log -1 --oneline) | grep "test=deveop")
- [ -z "$to_test" ] && exit -1
- ./paddle/fluid/lite/tools/build.sh check_style
build:server:
image: $SERVER_LITE_DOCKER_IMAGE
......@@ -32,6 +33,9 @@ build:server:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/build/third_party/install/mklml/lib
- ./paddle/fluid/lite/tools/build.sh build_test_server
dependencies:
- check:prebuilt
build:mobile:
stage: build
image: $MOBILE_LITE_DOCKER_IMAGE
......@@ -44,3 +48,6 @@ build:mobile:
- export http_proxy=http://172.19.57.45:3128
- export https_proxy=http://172.19.57.45:3128
- ./paddle/fluid/lite/tools/build.sh build_test_arm
dependencies:
- build:server
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册