Skip to content

Commit

Permalink
BugFix: remove section from script that is no longer needed
Browse files Browse the repository at this point in the history
in the past I had used a trick in a script to get past an issue caused by
an overlarge font resources file that caused compilation failures. As that
file is no longer present the explict mention of it broke things!

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
  • Loading branch information
SlySven committed Sep 16, 2020
1 parent d0b3527 commit b74f2a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CI/appveyor.build.sh
Expand Up @@ -78,14 +78,6 @@ if [ ${exit_status} -ne 0 ]; then
exit ${exit_status}
fi
echo " "
echo "Running mingw32-make on individual oversized qrc_mudlet_fonts_windows file first:"
# Change the referred to makefile if we switch to a debug build:
${MINGW_INTERNAL_BASE_DIR}/bin/mingw32-make -f Makefile.Release release/qrc_mudlet_fonts_windows.o
exit_status=$?
if [ ${exit_status} -ne 0 ]; then
exit ${exit_status}
fi
echo " "
echo "Running mingw32-make with 'keep-going' option for a dual core VM:"
${MINGW_INTERNAL_BASE_DIR}/bin/mingw32-make -k -j 3
exit_status=$?
Expand Down

0 comments on commit b74f2a3

Please sign in to comment.