ci: Fix typo: celt501 -> celt051

Fixes the following warning message while running meson:

WARNING: Unknown command line options: "celt501"
This will become a hard error in a future Meson release.

Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Eduardo Lima (Etrunko) 2018-07-19 14:17:45 -03:00 committed by Frediano Ziglio
parent 83e1229417
commit 9b2c989dd9

View File

@ -23,6 +23,6 @@ meson-makecheck:
- >
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
LDFLAGS='-fsanitize=address -lasan'
meson build -Dextra-checks=true -Dcelt501=true || (cat build/meson-logs/meson-log.txt && exit 1)
meson build -Dextra-checks=true -Dcelt051=true || (cat build/meson-logs/meson-log.txt && exit 1)
- ninja -C build
- (cd build && meson test) || (cat build/meson-logs/testlog.txt && exit 1)