Skip to content

Commit 918cbf5

Browse files
committed
Document changes to GLCI tests
1 parent 4bf82ba commit 918cbf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Test jobs:
1313
- `test-lin-dev-gcc-strict-cran` - `--as-cran` on Linux, `r-devel` built with `-enable-strict-barrier --disable-long-double`, test for compilation warnings, test for new NOTEs/WARNINGs from `R CMD check`.
1414
- `test-lin-dev-clang-cran` - same as `gcc-strict` job but R built with `clang` and no `--enable-strict-barrier --disable-long-double` flags.
1515
- `test-lin-ancient-cran` - Stated R dependency version (currently 3.4.0) on Linux.
16-
- `test-lin-dev-san` - `r-devel` on Linux built with `clang -fsanitize=address,undefined` (including LeakSanitizer), test for sanitizer output in tests and examples.
16+
- `test-lin-dev-clang-san` - `r-devel` on Linux built with `clang -fsanitize=address,undefined` (including LeakSanitizer), test for sanitizer output in tests and examples.
17+
- `test-lin-dev-gcc-san` - `r-devel` on Linux built with `gcc -fsanitize=address,undefined` (including LeakSanitizer), test for sanitizer output in tests and examples.
1718
- `test-win-rel` - `r-release` on Windows.
1819
- `test-win-dev` - `r-devel` on Windows.
1920
- `test-win-old` - `r-oldrel` on Windows.

0 commit comments

Comments
 (0)