From 4d7459e43343bcac8133e15f8fd4eb814ae6269e Mon Sep 17 00:00:00 2001 From: Ulrich Huber Date: Tue, 16 Jul 2019 16:40:31 +0200 Subject: [PATCH] Enable Mac CI builds --- azure-pipelines/CI.yml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/azure-pipelines/CI.yml b/azure-pipelines/CI.yml index e5d7ff4c..e23c134c 100644 --- a/azure-pipelines/CI.yml +++ b/azure-pipelines/CI.yml @@ -47,17 +47,16 @@ stages: CHERE_INVOKING: yes displayName: 'Run tests' -# - job: macOS -# pool: -# vmImage: 'macOS-10.13' -# displayName: 'Test Xournal++ on MacOS' -# steps: -# - template: steps/build_mac.yml -# parameters: -# build_type: 'Debug' -# cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_CPPUNIT=ON -DDEBUG_COMPILE=ON' -# - bash: | -# ctest --verbose -# workingDirectory: ./build -# displayName: 'Run tests' -# + - job: macOS + pool: + vmImage: 'macOS-10.13' + displayName: 'Test Xournal++ on MacOS' + steps: + - template: steps/build_mac.yml + parameters: + build_type: 'Debug' + cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_CPPUNIT=ON -DDEBUG_COMPILE=ON' + - bash: | + ctest --verbose + workingDirectory: ./build + displayName: 'Run tests'