From: nhmall Date: Mon, 5 Dec 2022 20:11:26 +0000 (-0500) Subject: disable mingw build for now X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b88ff70435e91508cc5d523ca299096ca60ffb39;p=nethack disable mingw build for now --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 49d105be4..12d615d43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,10 +32,10 @@ strategy: imageName: 'windows-latest' toolchainName: vs buildTargetName: all - windows-mingw: - imageName: 'windows-2019' - toolchainName: mingw - buildTargetName: all +# windows-mingw: +# imageName: 'windows-2019' +# toolchainName: mingw +# buildTargetName: all linux_focal_cross_msdos: imageName: 'ubuntu-20.04' toolchainName: cross