msys2-ci: clean up
This commit is contained in:
parent
9a4d590eee
commit
8e7a9b6eeb
|
@ -36,27 +36,21 @@ jobs:
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-gobject-introspection
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-gobject-introspection
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-graphite2
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-graphite2
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-icu
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-icu
|
||||||
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-meson
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config
|
||||||
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-python-fonttools
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python3
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-python3
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python3-pip
|
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-ragel
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-ragel
|
||||||
- name: Install extra dependencies
|
|
||||||
run: |
|
|
||||||
pip install fonttools
|
|
||||||
pip install --upgrade meson==0.53.0
|
|
||||||
curl "https://raw.githubusercontent.com/mirror/mingw-w64/023eb04c396d4e8d8fcf604cfababc53dae13398/mingw-w64-headers/include/dwrite_1.h" > "$MINGW_PREFIX/$MINGW_CHOST/include/dwrite_1.h"
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
meson build \
|
meson build \
|
||||||
--wrap-mode=nofallback \
|
--wrap-mode=nodownload \
|
||||||
-Dfreetype=enabled \
|
--auto-features=enabled \
|
||||||
-Dglib=enabled \
|
|
||||||
-Dcairo=enabled \
|
|
||||||
-Dgobject=enabled \
|
|
||||||
-Dgdi=enabled \
|
|
||||||
-Ddirectwrite=enabled \
|
-Ddirectwrite=enabled \
|
||||||
-Dgraphite=enabled
|
-Dgdi=enabled \
|
||||||
|
-Dgraphite=enabled \
|
||||||
|
-Dbenchmark=disabled
|
||||||
ninja -C build
|
ninja -C build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue