[Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add out-of-source build

Alexander V. Tikhonov avtikhon at tarantool.org
Wed Apr 22 20:44:42 MSK 2020


gitlab-ci: add out-of-source build
    
Implemented out-of-source build at cmake files.
Added out of source build make targets and added
test job to gitlab-ci.
 
Skipped failing test app-tap/http_client.test.lua
from out-of-source build. Left #4258 issue opened
till it will be fixed.
    
Temporary added branch in curl repository
with fix for out-of-source build.
    
Part of #4258

---

V1: https://lists.tarantool.org/pipermail/tarantool-patches/2019-October/012004.html

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4874-out-of-source-build-full-ci
Issue: https://github.com/tarantool/tarantool/issues/4258

Alexander V. Tikhonov (3):
  Fix curl repository for out-of-source build
  gitlab-ci: add out-of-source build
  Skip failing test from out-of-source build

 .gitlab-ci.yml                    |  7 +++++++
 .travis.mk                        | 18 ++++++++++++++++++
 cmake/BuildLibCURL.cmake          |  6 +++---
 cmake/utils.cmake                 |  4 ++--
 src/box/CMakeLists.txt            |  3 ++-
 test/app-tap/http_client.skipcond |  5 +++++
 third_party/curl                  |  2 +-
 
7 files changed, 38 insertions(+), 7 deletions(-)

-- 
2.17.1



More information about the Tarantool-patches mailing list