From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 A43B546970E for ; Tue, 21 Jan 2020 19:03:00 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 21 Jan 2020 19:02:56 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v4 0/2] add Catalina OSX 10.15 to gitlab-ci List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov Cc: tarantool-patches@dev.tarantool.org gitlab-ci: add Catalina OSX 10.15 Added Catalina OSX 10.15 to gitlab-ci testing and removed OSX 10.13, due to decided to have only 2 last major releases, for now it is 10.14 and 10.15 OSX versions. Also changed the commit job for branches from 10.14 to 10.15 OSX version. Also added homebrew installation routine as it was suggested in its instructions. Added installation of the cmake and tool. Added upgrade of the OSX packages to avoid of fails on already existed packages, but of the previous versions. Added reinstallation of the python2 with force option to be able to install it to /usr/local/ path to make pip install there too. Github: https://github.com/tarantool/tarantool/tree/avtikhon/osx_15_catalina v3:https://lists.tarantool.org/pipermail/tarantool-patches/2019-December/013133.html v2:https://lists.tarantool.org/pipermail/tarantool-patches/2019-December/013094.html v1:https://lists.tarantool.org/pipermail/tarantool-patches/2019-December/012951.html Changes v4: - removed unneeded code Changes v3: - divided commit into 2 separate commits Changes v2: - added comments, made corrections Alexander V. Tikhonov (2): build: tune OSX environment gitlab-ci: add Catalina OSX 10.15 .gitlab-ci.yml | 10 +++++----- .travis.mk | 37 +++++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 13 deletions(-) -- 2.17.1