mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
Merge pull request #10 from falk-werner/remove_fixed_meson_version
Remove fixed meson version
This commit is contained in:
@@ -36,7 +36,7 @@ env:
|
||||
|
||||
|
||||
before_install:
|
||||
- sudo pip3 install --system 'meson==0.54.3'
|
||||
- sudo pip3 install --system meson
|
||||
|
||||
before_script:
|
||||
- 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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user