From 6260e1585216e25a945edc89c8182b68e0b43036 Mon Sep 17 00:00:00 2001 From: Nikolay Kasyanov Date: Sat, 29 Oct 2016 18:25:59 +0200 Subject: [PATCH] [OS X] Temporarily disable OpenCS build on CI --- CI/before_script.osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh index a0dd1377a..e5ec8983b 100755 --- a/CI/before_script.osx.sh +++ b/CI/before_script.osx.sh @@ -17,5 +17,6 @@ cmake \ -D DESIRED_QT_VERSION=5 \ -D BUILD_ESMTOOL=FALSE \ -D BUILD_MYGUI_PLUGIN=FALSE \ +-D BUILD_OPENCS=FALSE \ -G"Unix Makefiles" \ ..