[ci] Upload meason logs on some CircleCI jobs

This commit is contained in:
Khaled Hosny 2020-10-23 18:39:34 +02:00
parent 71376f88ef
commit 5adc1344a4
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
- run: meson build
- run: meson compile -Cbuild
- run: meson test -Cbuild --print-errorlogs
- store_artifacts:
path: build/meson-logs/
macos-10_14_4-aat-fonts:
macos:
@ -31,6 +33,8 @@ jobs:
- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" meson build -Dcoretext=enabled
- run: meson compile -Cbuild
- run: meson test -Cbuild --print-errorlogs
- store_artifacts:
path: build/meson-logs/
macos-10_15_3-aat-fonts:
macos:
@ -42,6 +46,8 @@ jobs:
- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" meson build -Dcoretext=enabled -Dgraphite=enabled -Dauto_features=enabled
- run: meson compile -Cbuild
- run: meson test -Cbuild --print-errorlogs
- store_artifacts:
path: build/meson-logs/
# will be dropped with autotools removal
distcheck: