提交 02010a2a 编写于 作者: C Chunwei

Merge branch 'fix-gitlab-ci' into 'incubate/lite'

fix gitlab ci

See merge request inference/paddlelite!3
......@@ -18,6 +18,10 @@ check:prebuilt:
- pre-commit install
- ./paddle/fluid/lite/tools/build.sh check_style
#- ./paddle/fluid/lite/tools/build.sh check_need_ci
cache:
key: check_style
paths:
- /root/.cache
build:server:
image: $SERVER_LITE_DOCKER_IMAGE
......@@ -27,8 +31,10 @@ build:server:
paths:
- build/third_party
script:
- export http_proxy=http://172.19.57.45:3128
- export https_proxy=http://172.19.57.45:3128
#- export http_proxy=http://172.19.57.45:3128
#- export https_proxy=http://172.19.57.45:3128
- export http_proxy=http://agent.baidu.com:8118
- export https_proxy=http://agent.baidu.com:8118
- mkdir -p build
- cd build
- ../paddle/fluid/lite/tools/build.sh cmake_x86
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册