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'