From 0a401253ce87878ec68e4e1b21e1baa6bd5cb9cb Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 13 Jan 2025 11:47:00 -0500 Subject: [PATCH] test CI warnings --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cdec5d7d5..fd6676566 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -165,6 +165,7 @@ steps: sudo apt-get -qq -y install libx11-dev libxaw7-dev xfonts-utils qtbase5-dev qtmultimedia5-dev qtbase5-dev-tools condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all')) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) + warningTaskFilters: '\[\-W+.+\]|^((vs|ms)build|ant(\s+.+)?|gradle(w)?(\s+.+)?|grunt|gulp|maven(\s+.+)?|xamarin(android|ios)|xcode(\s+.+)?|cmake|build\s+.+)$' displayName: 'Getting linux build dependencies' - bash: |