Add windows and linux runners in github actions.

This commit is contained in:
Adam Black 2021-08-18 23:48:34 -04:00
parent 70798bb1b6
commit 33919b85cf
2 changed files with 2 additions and 4 deletions

View File

@ -2,4 +2,3 @@
^\.Rproj\.user$ ^\.Rproj\.user$
^LICENSE\.md$ ^LICENSE\.md$
.github/* .github/*
ddl/*

View File

@ -21,10 +21,9 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
config: config:
#- {os: windows-latest, r: 'release'} # Does not appear to have Java 32-bit, hence the --no-multiarch - {os: windows-latest, r: 'release'} # Does not appear to have Java 32-bit, hence the --no-multiarch
- {os: macOS-latest, r: 'release'} - {os: macOS-latest, r: 'release'}
#- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"} - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
#- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
env: env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true R_REMOTES_NO_ERRORS_FROM_WARNINGS: true