Add R builds for openSUSE 15.4/SLES 15 SP4

This commit is contained in:
Greg Lin 2022-08-10 13:56:35 -05:00
commit f8392bdea8

View file

@ -71,3 +71,11 @@ services:
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds
opensuse-154:
image: opensuse/leap:15.4
command: /r-builds/test/test-zypper.sh
environment:
- OS_IDENTIFIER=opensuse-154
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds