Skip to content

Commit 5b608d4

Browse files
committed
Allow CI to generate TTL using Wine
1 parent 7d1d2af commit 5b608d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/script-mingw.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ pacman -Sq --noconfirm base-devel wine mingw-w64-gcc mingw-w64-pkg-config mingw-
5353
# prepare
5454

5555
# invoke the Windows ttl generator using wine
56+
export WINEDEBUG=-all
5657
sed -i 's/"$GEN"/wine "$GEN"/g' dpf/utils/generate-ttl.sh
5758

5859
# ---------------------------------------------------------------------------------------------------------------------
5960
# build the plugin
6061

61-
# TODO setup cairo UI build...
62-
CROSS_COMPILING=true WINDOWS=true make $MAKE_ARGS
62+
WINDOWS=true make $MAKE_ARGS

0 commit comments

Comments
 (0)