From 8b49a9f49cc42ed26cafdd1a9ea2b896148818dc Mon Sep 17 00:00:00 2001 From: Daan Date: Tue, 11 Feb 2025 16:36:36 -0800 Subject: [PATCH] remove deprecated ubuntu 20 from pipeline --- azure-pipelines.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0be85db1..a803cd15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -240,49 +240,6 @@ jobs: workingDirectory: $(BuildType) displayName: CTest -- job: - displayName: Ubuntu 20.04 - pool: - vmImage: - ubuntu-20.04 - strategy: - matrix: - Debug: - CC: gcc - CXX: g++ - BuildType: debug - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON - Debug++: - CC: gcc - CXX: g++ - BuildType: debug-cxx - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON - Debug Clang: - CC: clang - CXX: clang++ - BuildType: debug-clang - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON - Debug++ Clang: - CC: clang - CXX: clang++ - BuildType: debug-clang-cxx - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON - Release Clang: - CC: clang - CXX: clang++ - BuildType: release-clang - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release - steps: - - task: CMake@1 - inputs: - workingDirectory: $(BuildType) - cmakeArgs: .. $(cmakeExtraArgs) - - script: make -j$(nproc) -C $(BuildType) - displayName: Make - - script: ctest --verbose --timeout 240 - workingDirectory: $(BuildType) - displayName: CTest - - job: displayName: macOS 15 (Sequoia) pool: