From: nhmall Date: Fri, 7 Oct 2022 01:05:39 +0000 (-0400) Subject: do CI DOS build in single make command X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82c6db30a588337889572dee56bf232b93cea64c;p=nethack do CI DOS build in single make command --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a90258d0f..25e0310dd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)