From dff3e1f10680390b0044c58c9cc9e0b437681a2c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Dec 2023 13:32:39 -0500 Subject: [PATCH] Add MSVC trybot and CI back Fixes #267 --- .github/workflows/ci.yml | 20 +++++++++----------- .github/workflows/try.yml | 20 +++++++++----------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf357aa59..dde0e8e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,17 +12,15 @@ jobs: fail-fast: false matrix: config: - # MSVC is broken: https://github.com/chromium/subspace/issues/267 - #- { - # name: "Windows MSVC", - # artifact: "Windows-MSVC.tar.xz", - # os: windows-latest, - # build_type: "Release", - # cc: "cl", - # cxx: "cl", - # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", - # } - + - { + name: "Windows MSVC", + artifact: "Windows-MSVC.tar.xz", + os: windows-latest, + build_type: "Release", + cc: "cl", + cxx: "cl", + environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", + } #- { # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz", # os: windows-latest, diff --git a/.github/workflows/try.yml b/.github/workflows/try.yml index 4755550f0..06a2777e6 100644 --- a/.github/workflows/try.yml +++ b/.github/workflows/try.yml @@ -15,17 +15,15 @@ jobs: fail-fast: false matrix: config: - # MSVC is broken: https://github.com/chromium/subspace/issues/267 - #- { - # name: "Windows MSVC", - # artifact: "Windows-MSVC.tar.xz", - # os: windows-latest, - # build_type: "Release", - # cc: "cl", - # cxx: "cl", - # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", - # } - + - { + name: "Windows MSVC", + artifact: "Windows-MSVC.tar.xz", + os: windows-latest, + build_type: "Release", + cc: "cl", + cxx: "cl", + environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat", + } #- { # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz", # os: windows-latest,