]> granicus.if.org Git - nethack/commitdiff
do CI DOS build in single make command
authornhmall <nhmall@nethack.org>
Fri, 7 Oct 2022 01:05:39 +0000 (21:05 -0400)
committernhmall <nhmall@nethack.org>
Fri, 7 Oct 2022 01:05:39 +0000 (21:05 -0400)
azure-pipelines.yml

index a90258d0fd99299f17c433bdae7c626d8e935dd3..25e0310dd6c4087f7e3bad716ab5bcb7db7c24b9 100644 (file)
@@ -235,7 +235,6 @@ steps:
     cd ../..
     make fetch-lua
     sh sys/msdos/fetch-cross-compiler.sh
-    make LUA_VERSION=5.4.4 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 all
     make LUA_VERSION=5.4.4 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
   condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.toolchain, 'cross'))
   workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)