From c330659df69bc35f0b57e05d9c4b2e0a1873849b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 7 Oct 2018 11:55:38 -0700 Subject: [PATCH] Travis: build old style Windows without FTDI support This way we can still get an smtk2ssrf build until that is added to the windows-container target. Signed-off-by: Dirk Hohndel --- scripts/windows/travisbuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/windows/travisbuild.sh b/scripts/windows/travisbuild.sh index df13cbae8..02ab1db86 100644 --- a/scripts/windows/travisbuild.sh +++ b/scripts/windows/travisbuild.sh @@ -12,5 +12,7 @@ cd ${TRAVIS_BUILD_DIR}/.. mkdir win32 ls -l cd win32 -bash -ex ${TRAVIS_BUILD_DIR}/packaging/windows/mxe-based-build.sh installer + +# the MXE build used in this VM doesn't support FTDI +bash -ex ${TRAVIS_BUILD_DIR}/packaging/windows/mxe-based-build.sh -noftdi installer bash -ex ${TRAVIS_BUILD_DIR}/packaging/windows/smtk2ssrf-mxe-build.sh -i