Skip to content

Commit c19531f

Browse files
committed
adjusted appveyor config to test different environments
1 parent 13234ea commit c19531f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ install:
1212

1313
# Adapt as necessary starting from here
1414

15+
environment:
16+
global:
17+
WARNINGS_ARE_ERRORS: 1
18+
19+
matrix:
20+
- R_VERSION: oldrel
21+
R_ARCH: i386
22+
- R_VERSION: oldrel
23+
R_ARCH: x64
24+
- R_VERSION: release
25+
R_ARCH: i386
26+
- R_VERSION: release
27+
R_ARCH: x64
28+
- R_VERSION: devel
29+
R_ARCH: i386
30+
- R_VERSION: devel
31+
R_ARCH: x64
32+
1533
build_script:
1634
- travis-tool.sh install_deps
1735

0 commit comments

Comments
 (0)