提交 d43cfd1d 编写于 作者: S superjomn

up

上级 04c3893a
...@@ -8,30 +8,30 @@ stages: ...@@ -8,30 +8,30 @@ stages:
- build - build
check:prebuilt: check:prebuilt:
stage: ci stage: ci
script: script:
- ./paddle/fluid/lite/tools/build.sh check_need_ci - ls
- ./paddle/fluid/lite/tools/build.sh check_style #- ./paddle/fluid/lite/tools/build.sh check_need_ci
#- ./paddle/fluid/lite/tools/build.sh check_style
build:server: build:server:
image: $SERVER_LITE_DOCKER_IMAGE image: $SERVER_LITE_DOCKER_IMAGE
stage: build stage: build
cache: cache:
key: server_thirdparty key: server_thirdparty
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
- 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
- make extern_eigen3 - make extern_eigen3
- make extern_boost - make extern_boost
- cd .. - cd ..
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/build/third_party/install/mklml/lib - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/build/third_party/install/mklml/lib
- ./paddle/fluid/lite/tools/build.sh build_test_server - ./paddle/fluid/lite/tools/build.sh build_test_server
dependencies: dependencies:
- check:prebuilt - check:prebuilt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册