Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Schmidt 69698359a6 try out idea 2020-01-28 11:12:14 +01:00
Stefan Schmidt a473711b9a try out updated ewpi 2020-01-28 09:00:35 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ if [ "$DISTRO" != "" ] ; then
MINGW_COPTS="--cross-file .ci/cross_toolchain.txt -Davahi=false -Deeze=false -Dsystemd=false \
-Dpulseaudio=false -Dx11=false -Dopengl=none -Dlibmount=false \
-Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg \
-Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false "
-Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false -Dfribidi=false"
if [ "$1" = "default" ]; then
OPTS="$OPTS $MONO_LINUX_COPTS"

View File

@ -47,7 +47,7 @@ jobs:
include:
- os: osx
- os: linux
env: DISTRO=Fedora31-mingw CI_BUILD_TYPE=mingw
env: DISTRO=Fedora31-mingw-testing CI_BUILD_TYPE=mingw
- os: linux
env: DISTRO=Fedora31 CI_BUILD_TYPE=options-enabled
- os: linux