[ci] check workability of meson based dist

This commit is contained in:
Ebrahim Byagowi 2020-06-04 04:10:11 +04:30 committed by GitHub
parent 6bf5e8e7e6
commit b35764334e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,8 @@ jobs:
- run: pip3 install fonttools --upgrade
- run: pip3 install git+https://github.com/mesonbuild/meson # use C linker, remove when meson 0.55 is released
- run: meson build && ninja -Cbuild test && rm -rf build
# test a meson based dist
- run: meson dist -Cbuild
# test meson unity builds
- run: meson build --unity on && ninja -Cbuild && rm -rf build
# test experimental APIs