From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id F0C324696C3 for ; Wed, 22 Apr 2020 20:44:47 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 22 Apr 2020 20:44:42 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add out-of-source build List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Sergey Bronnikov Cc: tarantool-patches@dev.tarantool.org 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