File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 44install :
55 - set PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
66 - appveyor DownloadFile "https://raw.githubusercontent.com/swig/cccl/master/cccl"
7+ - appveyor DownloadFile "https://github.com/adah1972/libunibreak/releases/download/libunibreak_4_0/libunibreak-4.0.tar.gz"
78 - call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%
89 - appveyor-retry C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --noprogressbar --ask=127
910 - appveyor-retry C:\msys64\usr\bin\pacman -S --noconfirm autoconf automake libtool gtk-doc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-harfbuzz mingw-w64-x86_64-fribidi mingw-w64-x86_64-freetype
@@ -14,6 +15,9 @@ build_script:
1415 - set LD=cccl
1516 - set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%:/mingw64/lib/pkgconfig
1617 - bash -c "mv cccl /usr/bin"
18+ - bash -c "tar xf libunibreak-4.0.tar.gz && cd libunibreak-4.0 && ./configure --prefix=/usr/local && make && make install"
19+ - set UNIBREAK_CFLAGS=-I/usr/local/include
20+ - set UNIBREAK_LIBS="-L/usr/local/lib/ -lunibreak"
1721 - bash -c "exec 0</dev/null; ./autogen.sh"
1822 - bash -c "exec 0</dev/null; ./configure"
1923 - bash -c "exec 0</dev/null; make CFLAGS='/W4 /WX /wd4068'"
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ matrix:
2222
2323 - os : osx
2424 before_install :
25+ - wget https://github.com/adah1972/libunibreak/releases/download/libunibreak_4_0/libunibreak-4.0.tar.gz
26+ - (tar xf libunibreak-4.0.tar.gz && cd libunibreak-4.0 && ./configure && make && sudo make install)
2527 - export HOMEBREW_NO_AUTO_UPDATE=1
2628 - brew install freetype fribidi glib gtk-doc
2729 - brew install --without-icu4c --without-glib --without-cairo
@@ -41,4 +43,5 @@ addons:
4143 - libharfbuzz-dev
4244 - libfribidi-dev
4345 - libglib2.0-dev
46+ - libunibreak-dev
4447 - gtk-doc-tools
You can’t perform that action at this time.
0 commit comments