From 81b24ebdef2b1d0d4f89e555635bf302bb0e39fd Mon Sep 17 00:00:00 2001 From: ymshenyu <373318510@qq.com> Date: Tue, 31 Mar 2020 19:34:21 +0800 Subject: [PATCH] test against CMAKE_OSX_DEPLOYMENT_TARGET --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3435a8cc..c9cedf1e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,13 +19,10 @@ steps: - script: | brew install protobuf grpc ninja qt5 displayName: Prepare dependencies -- script: | - xcversion select 10.1 --symlink - displayName: Select Xcode 10.1 as active - script: | mkdir build cd build - cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release + cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 cmake --build . --parallel $(sysctl -n hw.logicalcpu) sudo cmake --install . sudo chmod -Rv a+rw ./