Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
temp for testing
  • Loading branch information
ctribes authored Jan 8, 2024
1 parent f3e0fcd commit 118185d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ jobs:
matrix:
config:
- {
name: "Windows -- VS2022", artifact: "Windows_VS2022.tar.xz",
os: windows-latest,
build_type: "Release", cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
}
# name: "Windows -- VS2022", artifact: "Windows_VS2022.tar.xz",
# os: windows-latest,
# build_type: "Release", cc: "cl", cxx: "cl",
# environment_script: "C:/Program Files (x86)/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: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++"
# }
- {
name: "Ubuntu", artifact: "Linux.tar.xz",
os: ubuntu-latest,
build_type: "Release", cc: "gcc", cxx: "g++"
}
# - {
# name: "Ubuntu", artifact: "Linux.tar.xz",
# os: ubuntu-latest,
# build_type: "Release", cc: "gcc", cxx: "g++"
# }
- {
name: "MacOS", artifact: "macOS.tar.xz",
os: macos-latest,
Expand Down

0 comments on commit 118185d

Please sign in to comment.