From 673216e800ee6d44700845267a9093e8b3d035f1 Mon Sep 17 00:00:00 2001 From: Bryan Tan Date: Sun, 24 May 2020 16:12:05 -0700 Subject: [PATCH] [skip ci] ci: build with MacOS 10.13 target (fixed) --- azure-pipelines/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/continuous-integration.yml b/azure-pipelines/continuous-integration.yml index 9c4ea34a..2dc03515 100644 --- a/azure-pipelines/continuous-integration.yml +++ b/azure-pipelines/continuous-integration.yml @@ -41,7 +41,7 @@ stages: - template: steps/build_windows.yml parameters: build_type: 'Debug' - cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_CPPUNIT=ON -DDEBUG_COMPILE=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13' + cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_CPPUNIT=ON -DDEBUG_COMPILE=ON' - script: | set PATH=%PATH%;C:\msys64\usr\bin;C:\msys64\mingw64\bin" C:\msys64\usr\bin\bash -lc "CI=true ctest --verbose" @@ -60,7 +60,7 @@ stages: - template: steps/build_mac.yml parameters: build_type: 'Debug' - cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_CPPUNIT=ON -DDEBUG_COMPILE=ON' + cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_CPPUNIT=ON -DDEBUG_COMPILE=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13' - bash: | export PATH="$HOME/.local/bin:/Users/git-bin/gtk/inst/bin:$PATH" install_name_tool -add_rpath /Users/git-bin/gtk/inst/lib/. test/test-loadHandler