Skip to content

Commit

Permalink
[Actions] Treating warnings as errors (#276)
Browse files Browse the repository at this point in the history
* Adding warnings to the Linux build

* Treating warnings as errors

* Preparing for the merge
  • Loading branch information
VeithMetro authored Aug 16, 2023
1 parent 917e4a4 commit e3e3411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build ThunderInterfaces on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Build ThunderInterfaces
run: |
cmake -G Ninja -S ThunderInterfaces -B ${{matrix.build_type}}/build/ThunderInterfaces \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Werror" \
-DCMAKE_INSTALL_PREFIX="${{matrix.build_type}}/install/usr" \
-DCMAKE_MODULE_PATH="${PWD}/${{matrix.build_type}}/install/usr/include/WPEFramework/Modules"
cmake --build ${{matrix.build_type}}/build/ThunderInterfaces --target install
Expand Down

0 comments on commit e3e3411

Please sign in to comment.