Skip to content

Commit

Permalink
ci: Add -Werror to build CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Savic <[email protected]>
  • Loading branch information
aleksamagicka committed Dec 7, 2023
1 parent 7e40e8b commit e8a16b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- run: cp src/.github/workflows/all.config linux/
- run: scripts/config --file all.config ${{ matrix.kconfig_pm }} ${{ matrix.kconfig_debug_fs }}
working-directory: linux
- run: KCONFIG_ALLCONFIG=1 make allnoconfig
- run: KCONFIG_ALLCONFIG=1 KCFLAGS=-Werror make allnoconfig
working-directory: linux
- run: make -j$(nproc)
- run: KCFLAGS=-Werror make -j$(nproc)
working-directory: linux
- run: make -k "KDIR=${{ github.workspace }}/linux"
- run: KCFLAGS=-Werror make -k "KDIR=${{ github.workspace }}/linux"
working-directory: src

0 comments on commit e8a16b3

Please sign in to comment.