CI NetHack version

This commit is contained in:
nhmall
2026-05-16 21:02:38 -04:00
parent 083e55e905
commit 476d0717a7
+4 -4
View File
@@ -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