Skip to content

Commit

Permalink
run all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 15, 2020
1 parent 3962c25 commit ef4ed2d
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,32 +64,32 @@ jobs:
compiler: clang
r_version: 4.0
build_type: cmake
# - os: windows-latest
# task: r-package
# compiler: MINGW
# toolchain: MINGW
# r_version: 3.6
# build_type: cmake
# - os: windows-latest
# task: r-package
# compiler: MINGW
# toolchain: MSYS
# r_version: 4.0
# build_type: cmake
# # Visual Studio 2017
# - os: windows-2016
# task: r-package
# compiler: MSVC
# toolchain: MSVC
# r_version: 3.6
# build_type: cmake
# # Visual Studio 2019
# - os: windows-2019
# task: r-package
# compiler: MSVC
# toolchain: MSVC
# r_version: 4.0
# build_type: cmake
- os: windows-latest
task: r-package
compiler: MINGW
toolchain: MINGW
r_version: 3.6
build_type: cmake
- os: windows-latest
task: r-package
compiler: MINGW
toolchain: MSYS
r_version: 4.0
build_type: cmake
# Visual Studio 2017
- os: windows-2016
task: r-package
compiler: MSVC
toolchain: MSVC
r_version: 3.6
build_type: cmake
# Visual Studio 2019
- os: windows-2019
task: r-package
compiler: MSVC
toolchain: MSVC
r_version: 4.0
build_type: cmake
###############
# CRAN builds #
###############
Expand Down

0 comments on commit ef4ed2d

Please sign in to comment.