From ef4ed2d97e5bfd6a57f5e20820cd3657c9960a11 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 14 Jul 2020 21:25:07 -0500 Subject: [PATCH] run all checks --- .github/workflows/main.yml | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dccd9d718924..cd3f71ba8ce2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 # ###############