1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

workaround: use meson 0.54.3 to avoid build error when coverage is enabled (error in meson 0.55.0)

This commit is contained in:
Falk Werner 2020-07-19 12:35:15 +02:00
parent 5a0927c55c
commit 449e584b30

View File

@ -36,7 +36,7 @@ env:
before_install:
- sudo pip3 install --system meson
- sudo pip3 install --system 'meson==0.54.3'
before_script:
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build