Add windows and linux runners in github actions.
This commit is contained in:
parent
70798bb1b6
commit
33919b85cf
|
@ -2,4 +2,3 @@
|
|||
^\.Rproj\.user$
|
||||
^LICENSE\.md$
|
||||
.github/*
|
||||
ddl/*
|
||||
|
|
|
@ -21,10 +21,9 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
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: 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"}
|
||||
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
|
||||
|
||||
env:
|
||||
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
|
||||
|
|
Loading…
Reference in New Issue