提交 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: ...@@ -18,6 +18,10 @@ check:prebuilt:
- pre-commit install - pre-commit install
- ./paddle/fluid/lite/tools/build.sh check_style - ./paddle/fluid/lite/tools/build.sh check_style
#- ./paddle/fluid/lite/tools/build.sh check_need_ci #- ./paddle/fluid/lite/tools/build.sh check_need_ci
cache:
key: check_style
paths:
- /root/.cache
build:server: build:server:
image: $SERVER_LITE_DOCKER_IMAGE image: $SERVER_LITE_DOCKER_IMAGE
...@@ -27,8 +31,10 @@ build:server: ...@@ -27,8 +31,10 @@ build:server:
paths: paths:
- build/third_party - build/third_party
script: script:
- export http_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 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 - mkdir -p build
- cd build - cd build
- ../paddle/fluid/lite/tools/build.sh cmake_x86 - ../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.
先完成此消息的编辑!
想要评论请 注册