We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a0267 commit d5536d4Copy full SHA for d5536d4
ci_build.sh
@@ -45,6 +45,12 @@ for lng in ${LANGUAGES} ; do
45
mv -i command.com ${TGT}/.
46
done
47
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
+
54
# Watcom (DOS) (slow so just English)
55
mkdir -p _output/wc_dos/english
56
git clean -q -x -d -f -e _output -e _watcom -e $OWTAR
0 commit comments