[ci] minor, use --auto-features=enabled

This commit is contained in:
Ebrahim Byagowi 2020-07-20 20:16:15 +04:30 committed by GitHub
parent 9bb15ee2ed
commit ae8a71dfb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: install meson and fonttools
run: sudo pip3 install meson==0.53.0 fonttools
- name: run
run: meson build -Db_coverage=true -Dglib=enabled -Dcairo=enabled -Dicu=enabled -Dgraphite=enabled -Dfreetype=enabled -Doptimization=2
run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Doptimization=2
- name: ci
run: meson test --print-errorlogs -Cbuild