CI attempt cross-compile on macOS follow-up

This commit is contained in:
nhmall
2023-07-28 12:21:18 -04:00
parent bc559184b0
commit fac0996960

View File

@@ -235,6 +235,7 @@ steps:
displayName: 'Building mac full build'
- bash: |
export GCCVER=gcc1220
cd sys/unix
sh setup.sh hints/macos.370
cd ../..
@@ -244,7 +245,7 @@ steps:
if [ $retVal -eq 0 ]; then
make LUA_VERSION=5.4.6 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
fi
condition: eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'cross'))
condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'cross'))
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building MSDOS package on macOS'