Commit f16d0626 authored by Aaron Plattner's avatar Aaron Plattner
Browse files

CI: Enable warnings as errors



Enable -Werror by setting -Dwerror=true on the Meson command line.
Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent d6d8ed23
#!/bin/sh
set -xe
meson setup build/
meson configure -Dprefix=/usr -Ddri2=true -Ddocumentation=true build/
meson setup -Dprefix=/usr -Ddri2=true -Ddocumentation=true -Dwerror=true build/
ninja -C build/ install test
cp -av build/doc/html public/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment