]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Make CI build fail on warnings.
authorDaniel Wagner <dwagner@suse.de>
Mon, 7 Feb 2022 14:13:40 +0000 (15:13 +0100)
committerDaniel Wagner <dwagner@suse.de>
Mon, 7 Feb 2022 14:21:55 +0000 (15:21 +0100)
Currently, warnings are hidden in the logs and the build is marked as
succeeded. Mark all warnings as error so that we see them show up in
the review process.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/meson.yml

index 7c123279866e53d0366c1f26d47659007048dc4f..0d6350fdc35801fbe933f9581e0ed93b196e2f83 100644 (file)
@@ -23,4 +23,5 @@ jobs:
       #     pip install nose nose2
       - uses: BSFishy/meson-build@v1.0.3
         with:
+          setup-options: --werror
           action: build