Skip to content

Commit

Permalink
ci: Treat warnings as error
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Senichev <[email protected]>
  • Loading branch information
artemsen committed Aug 4, 2024
1 parent 8860283 commit 7daafae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
googletest
run: |
set -e
meson setup --auto-features=enabled -D tests=enabled --prefix=/usr ${{ env.BUILD_PATH }}
meson setup --auto-features=enabled --werror -D tests=enabled --prefix=/usr ${{ env.BUILD_PATH }}
meson compile -C ${{ env.BUILD_PATH }}
meson test --verbose -C ${{ env.BUILD_PATH }}
DESTDIR=${{ env.INSTALL_PATH }} meson install -C ${{ env.BUILD_PATH }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
-D man=true
-D desktop=true
--prefix=/usr
--werror
${{ env.BUILD_PATH }}
- name: Compile and link
Expand Down

0 comments on commit 7daafae

Please sign in to comment.