From 2c2392ba4e4b5af9bb4a7c98a715779e9ae498a9 Mon Sep 17 00:00:00 2001 From: ymshenyu <373318510@qq.com> Date: Tue, 7 Apr 2020 20:37:24 +0800 Subject: [PATCH] test against with 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 3033544f..13b99f2d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,14 +18,11 @@ steps: - script: | brew install protobuf grpc ninja qt5 displayName: Prepare dependencies -- script: | - xcversion select 10.3 --symlink - displayName: Select Xcode 10.3 as active - script: | PATH=/usr/local/opt/qt5/bin:$PATH mkdir build cd build - cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release + cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 sudo cmake --build . --target package --parallel $(sysctl -n hw.logicalcpu) displayName: Build Qv2ray env: