CI NetHack version
This commit is contained in:
+4
-4
@@ -100,7 +100,7 @@ steps:
|
|||||||
echo "CXX: $CXX"
|
echo "CXX: $CXX"
|
||||||
displayName: 'Echoing variables'
|
displayName: 'Echoing variables'
|
||||||
|
|
||||||
- checkout: git://NetHack/NetHack@NetHack-3.7
|
- checkout: git://NetHack/NetHack@NetHack-5.0
|
||||||
submodules: true
|
submodules: true
|
||||||
path: $(netHackPath) # $(Agent.BuildDirectory)/$(netHackPath)
|
path: $(netHackPath) # $(Agent.BuildDirectory)/$(netHackPath)
|
||||||
|
|
||||||
@@ -179,7 +179,7 @@ steps:
|
|||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
cd sys/unix
|
cd sys/unix
|
||||||
sh setup.sh hints/linux.370
|
sh setup.sh hints/linux.500
|
||||||
cd ../..
|
cd ../..
|
||||||
make fetch-lua
|
make fetch-lua
|
||||||
make WANT_WIN_ALL=1 QT_SELECT=5 MOC=moc all
|
make WANT_WIN_ALL=1 QT_SELECT=5 MOC=moc all
|
||||||
@@ -221,7 +221,7 @@ steps:
|
|||||||
- bash: |
|
- bash: |
|
||||||
brew install groff
|
brew install groff
|
||||||
cd sys/unix
|
cd sys/unix
|
||||||
sh setup.sh hints/macos.370
|
sh setup.sh hints/macos.500
|
||||||
cd ../..
|
cd ../..
|
||||||
make fetch-lua
|
make fetch-lua
|
||||||
make WANT_MACSOUND=1 all
|
make WANT_MACSOUND=1 all
|
||||||
@@ -234,7 +234,7 @@ steps:
|
|||||||
export GCCVER=gcc1220
|
export GCCVER=gcc1220
|
||||||
export IN_CI=SKIP_FONTS_IN_CI=1
|
export IN_CI=SKIP_FONTS_IN_CI=1
|
||||||
cd sys/unix
|
cd sys/unix
|
||||||
sh setup.sh hints/linux.370
|
sh setup.sh hints/linux.500
|
||||||
cd ../..
|
cd ../..
|
||||||
make fetch-lua
|
make fetch-lua
|
||||||
sys/msdos/fetch-cross-compiler.sh
|
sys/msdos/fetch-cross-compiler.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user