Skip to content

Commit

Permalink
CI: Compile with -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 17, 2022
1 parent 551fd16 commit c3c74b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: GCC DP 2D Profiling
runs-on: ubuntu-20.04
if: github.event.pull_request.draft == false
env:
CXXFLAGS: "-Werror"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
Expand All @@ -26,4 +28,5 @@ jobs:
run: |
make -j 2 \
AMREX_HOME=./amrex \
USE_PROFPARSER=TRUE
USE_PROFPARSER=TRUE \
EXTRACXXFLAGS="${CXXFLAGS}"

0 comments on commit c3c74b4

Please sign in to comment.