Home
last modified time | relevance | path

Searched +full:- +full:dhb_have_glib (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/
Dazure-pipelines.yml2 vmImage: 'VS2017-Win2016'
7 triplet: 'x86-windows'
10 - script: |
13 .\bootstrap-vcpkg.bat
15 .\vcpkg install glib:x86-windows freetype:x86-windows cairo:x86-windows
17 …cmake -Bbuild -H. -DHB_HAVE_UNISCRIBE=ON -DHB_HAVE_DIRECTWRITE=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_FREE…
20 ctest --output-on-failure -C Debug
Dappveyor.yml5 - compiler: msvc
9 triplet: x86-windows
10 - compiler: msvc
14 triplet: x64-windows
16 - compiler: msvc
22 - compiler: msys2
24 MINGW_CHOST: x86_64-w64-mingw32
26 - compiler: msys2
28 MINGW_CHOST: i686-w64-mingw32
33- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -Sy && pacman -…
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]