Skip to content

Commit 296c325

Browse files
committed
add -Werror to CXXFLAGS for dev CI job
1 parent 959891b commit 296c325

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: dev
5353
cntr: rcpp/ci-dev
5454
r: RD
55+
cxxflags: -Werror
5556

5657
steps:
5758
- uses: actions/checkout@v6
@@ -62,6 +63,9 @@ jobs:
6263
- name: Build
6364
run: ${{matrix.r }} CMD build --no-build-vignettes --no-manual .
6465

66+
- name: Set flags
67+
run: mkdir ~/.R && echo "CXXFLAGS += ${{ matrix.cxxflags }}" > ~/.R/Makevars
68+
6569
- name: Check
6670
run: CI=true ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
6771

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-09-01 Iñaki Ucar <iucar@fedoraproject.org>
2+
3+
* .github/workflows/ci.yaml: Add -Werror to CXXFLAGS for dev CI job
4+
15
2026-08-08 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): Roll micro version and date

0 commit comments

Comments
 (0)