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.yml6 #- compiler: msvc
10 # triplet: x86-windows
12 #- compiler: msvc
16 # triplet: x64-windows
18 - compiler: msvc
26 #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
31 # triplet: x86-windows
33 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
38 triplet: x86-windows
40 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
[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 autoconf automake libtool pkg-config ragel free…
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 autoconf automake libtool pkg-config ragel free…
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]