提交 8dc0ace6 编写于 作者: S superjomn

update

上级 4504f398
...@@ -34,7 +34,9 @@ build:server: ...@@ -34,7 +34,9 @@ build:server:
key: server_thirdparty key: server_thirdparty
paths: paths:
- build/third_party - build/third_party
- /root/.ccache
script: script:
- apt install ccache
- 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 http_proxy=http://agent.baidu.com:8118
...@@ -62,7 +64,9 @@ build:mobile: ...@@ -62,7 +64,9 @@ build:mobile:
paths: paths:
- $MOBILE_LITE_CACHE0 - $MOBILE_LITE_CACHE0
- $MOBILE_LITE_CACHE1 - $MOBILE_LITE_CACHE1
- /root/.ccache
script: script:
- apt install ccache
- 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
- ./paddle/fluid/lite/tools/build.sh build_test_arm - ./paddle/fluid/lite/tools/build.sh build_test_arm
......
...@@ -166,6 +166,7 @@ if (WITH_LITE AND LITE_WITH_LIGHT_WEIGHT_FRAMEWORK) ...@@ -166,6 +166,7 @@ if (WITH_LITE AND LITE_WITH_LIGHT_WEIGHT_FRAMEWORK)
#include(external/zlib) # download, build, install gtest #include(external/zlib) # download, build, install gtest
include(external/protobuf) # download, build, install protobuf include(external/protobuf) # download, build, install protobuf
include(external/eigen) # download eigen3 include(external/eigen) # download eigen3
include(ccache) # set ccache for compilation
include(generic) # simplify cmake module include(generic) # simplify cmake module
include(configure) # add paddle env configuration include(configure) # add paddle env configuration
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册