mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
dc094c5757
commit
c330659df6
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue