Skip to content

Commit d5536d4

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Use the previously built command.com for DOS builds
This allows us to get a little testing for free.
1 parent 46a0267 commit d5536d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci_build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ for lng in ${LANGUAGES} ; do
4545
mv -i command.com ${TGT}/.
4646
done
4747

48+
# Let's use the just compiled command.com for the DOS builds and get some
49+
# testing of it for free. Note case insensitive target in case the freecom
50+
# package ever has an upper or mixed case file.
51+
echo Copying the GCC Linux built command.com to use for the DOS builds
52+
cp -v _output/gcc/english/command.com ${HOME}/.dosemu/drive_c/[Cc][Oo][Mm][Mm][Aa][Nn][Dd].[Cc][Oo][Mm]
53+
4854
# Watcom (DOS) (slow so just English)
4955
mkdir -p _output/wc_dos/english
5056
git clean -q -x -d -f -e _output -e _watcom -e $OWTAR

0 commit comments

Comments
 (0)