build: sync meson version back up to release version
This commit is contained in:
parent
a6ca315865
commit
9281d8216a
|
@ -1,6 +1,6 @@
|
|||
project('taggedalgebraic', 'd',
|
||||
meson_version: '>=0.50',
|
||||
version: '0.11.9'
|
||||
version: '0.11.12'
|
||||
)
|
||||
|
||||
project_soversion = '0'
|
||||
|
|
|
@ -11,7 +11,7 @@ if [ ! -z "${COVERAGE:-}" ]; then
|
|||
else
|
||||
dub test
|
||||
|
||||
if [ "x$TEST_MESON" = "xtrue" ] && ! [ "x$TRAVIS_COMPILER" = "xdmd" && $(dmd --version | head -n1) = "DMD64 D Compiler v2.085.1"]; then
|
||||
if [ "x$TEST_MESON" = "xtrue" ] && [ "x$(dmd --version | head -n1)" != "xDMD64 D Compiler v2.085.1" ]; then
|
||||
meson build && ninja -C build
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue