提交 b871de28 编写于 作者: S superjomn

up

上级 d43cfd1d
...@@ -5,7 +5,8 @@ image: $SERVER_LITE_DOCKER_IMAGE ...@@ -5,7 +5,8 @@ image: $SERVER_LITE_DOCKER_IMAGE
stages: stages:
- ci - ci
- build - build_server
- build_mobile
check:prebuilt: check:prebuilt:
stage: ci stage: ci
...@@ -16,7 +17,7 @@ check:prebuilt: ...@@ -16,7 +17,7 @@ check:prebuilt:
build:server: build:server:
image: $SERVER_LITE_DOCKER_IMAGE image: $SERVER_LITE_DOCKER_IMAGE
stage: build stage: build_server
cache: cache:
key: server_thirdparty key: server_thirdparty
paths: paths:
...@@ -36,7 +37,7 @@ build:server: ...@@ -36,7 +37,7 @@ build:server:
- check:prebuilt - check:prebuilt
build:mobile: build:mobile:
stage: build stage: build_mobile
image: $MOBILE_LITE_DOCKER_IMAGE image: $MOBILE_LITE_DOCKER_IMAGE
cache: cache:
key: mobile_thirdparty key: mobile_thirdparty
...@@ -49,4 +50,3 @@ build:mobile: ...@@ -49,4 +50,3 @@ build:mobile:
- ./paddle/fluid/lite/tools/build.sh build_test_arm - ./paddle/fluid/lite/tools/build.sh build_test_arm
dependencies: dependencies:
- build:server - build:server
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册