From 476d0717a7d2bf3b1889228bd7893a312927d87f Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 16 May 2026 21:02:38 -0400 Subject: [PATCH] CI NetHack version --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7c7eea340..c2ac01944 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,7 +100,7 @@ steps: echo "CXX: $CXX" displayName: 'Echoing variables' -- checkout: git://NetHack/NetHack@NetHack-3.7 +- checkout: git://NetHack/NetHack@NetHack-5.0 submodules: true path: $(netHackPath) # $(Agent.BuildDirectory)/$(netHackPath) @@ -179,7 +179,7 @@ steps: - bash: | cd sys/unix - sh setup.sh hints/linux.370 + sh setup.sh hints/linux.500 cd ../.. make fetch-lua make WANT_WIN_ALL=1 QT_SELECT=5 MOC=moc all @@ -221,7 +221,7 @@ steps: - bash: | brew install groff cd sys/unix - sh setup.sh hints/macos.370 + sh setup.sh hints/macos.500 cd ../.. make fetch-lua make WANT_MACSOUND=1 all @@ -234,7 +234,7 @@ steps: export GCCVER=gcc1220 export IN_CI=SKIP_FONTS_IN_CI=1 cd sys/unix - sh setup.sh hints/linux.370 + sh setup.sh hints/linux.500 cd ../.. make fetch-lua sys/msdos/fetch-cross-compiler.sh