Skip to content

Commit

Permalink
Add MSVC trybot and CI back
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Nov 25, 2023
1 parent 7291b7d commit 83a34b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
30 changes: 14 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,20 @@ jobs:
fail-fast: false
matrix:
config:
#- {
# name: "Windows MSVC",
# artifact: "Windows-MSVC.tar.xz",
# # MSVC 17.6.3 can no longer build Subspace. 16 doesn't work either.
# # https://developercommunity.visualstudio.com/t/Update-to-1763-now-rejects-valid-C-i/10394500
# 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,
# build_type: "Release", cc: "gcc", cxx: "g++"
# }
- {
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,
# build_type: "Release", cc: "gcc", cxx: "g++"
# }

- {
name: "Ubuntu Clang-16 Debug",
Expand Down
20 changes: 9 additions & 11 deletions .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ jobs:
fail-fast: false
matrix:
config:
#- {
# name: "Windows MSVC",
# artifact: "Windows-MSVC.tar.xz",
# # MSVC 17.6.3 can no longer build Subspace. 16 doesn't work either.
# # https://developercommunity.visualstudio.com/t/Update-to-1763-now-rejects-valid-C-i/10394500
# 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,
Expand Down

0 comments on commit 83a34b0

Please sign in to comment.