Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing
@ 2020-10-13 21:21 Alexander V. Tikhonov
  2020-10-15 15:45 ` Igor Munkin
  2020-10-16  8:25 ` Kirill Yukhin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander V. Tikhonov @ 2020-10-13 21:21 UTC (permalink / raw)
  To: Kirill Yukhin, Igor Munkin; +Cc: tarantool-patches

Restored OSX 13 testing to pass homebrew commit criteria.
Added MACOSX_DEPLOYMENT_TARGET=10.13 environment.

Closes #5374
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/mac-13
Issue: https://github.com/tarantool/tarantool/issues/5374

 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a75edb5e..a346bdb3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -213,6 +213,13 @@ release_asan_clang8:
   script:
     - ${GITLAB_MAKE} test_asan_debian_no_deps
 
+osx_13_release:
+  tags:
+    - osx_13
+  variables:
+    MACOSX_DEPLOYMENT_TARGET: '10.13'
+  <<: *osx_definition
+
 osx_14_release:
   tags:
     - osx_14
-- 
2.25.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-16  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 21:21 [Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing Alexander V. Tikhonov
2020-10-15 15:45 ` Igor Munkin
2020-10-16  8:25 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox