提交 9eca1043 编写于 作者: S superjomn

up

上级 ddff162d
......@@ -23,7 +23,9 @@ build:server:
script:
- echo "10.91.163.233 github.com" >> /etc/hosts
- git config --system http.sslVerify false
- ./paddle/fluid/lite/tools/build.sh cmake_x86
- mkdir -p build
- cd build
- ../paddle/fluid/lite/tools/build.sh cmake_x86
- make extern_eigen3
- ./paddle/fluid/lite/tools/build.sh build_test_server
......
......@@ -111,7 +111,6 @@ function test_lite_android {
# Build the code and run lite server tests. This is executed in the CI system.
function build_test_server {
rm -rf build
mkdir -p ./build
cd ./build
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/paddle/build/third_party/install/mklml/lib"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册