mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
Merge pull request #10 from falk-werner/remove_fixed_meson_version
Remove fixed meson version
This commit is contained in:
commit
7d5e4be311
@ -36,7 +36,7 @@ env:
|
|||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo pip3 install --system 'meson==0.54.3'
|
- sudo pip3 install --system meson
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build
|
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('webfused', 'c', 'cpp', version: '0.5.0', license: 'LGPL-3.0+')
|
project('webfused', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+')
|
||||||
|
|
||||||
without_tests = get_option('without_tests')
|
without_tests = get_option('without_tests')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user