Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed May 15, 2024
1 parent 5a49689 commit effb753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_linux_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
fail-fast: false
matrix:
include:
- { os: "ubuntu-20.04", platform: "64", gcc-version: "5", cxx-standard: "11", build-type: "Release" }
- { os: "ubuntu-20.04", platform: "64", gcc-version: "5", cxx-standard: "11", build-type: "Debug" }
- { os: "ubuntu-20.04", platform: "32", gcc-version: "5", cxx-standard: "11", build-type: "Release" }
- { os: "ubuntu-20.04", platform: "32", gcc-version: "5", cxx-standard: "11", build-type: "Debug" }

- { os: "ubuntu-20.04", platform: "64", gcc-version: "7", cxx-standard: "11", build-type: "Release" }
- { os: "ubuntu-20.04", platform: "64", gcc-version: "7", cxx-standard: "11", build-type: "Debug" }
- { os: "ubuntu-20.04", platform: "32", gcc-version: "7", cxx-standard: "11", build-type: "Release" }
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_windows_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- { os: "windows-2022", msvc-toolset: "v141", cxx-standard: "11", build-type: "Release" }
- { os: "windows-2022", msvc-toolset: "v141", cxx-standard: "11", build-type: "Debug" }

- { os: "windows-2022", mingw-version: "5.4.0", cxx-standard: "11", build-type: "Release" }
- { os: "windows-2022", mingw-version: "5.4.0", cxx-standard: "11", build-type: "Debug" }

- { os: "windows-2022", mingw-version: "7.5.0", cxx-standard: "11", build-type: "Release" }
- { os: "windows-2022", mingw-version: "7.5.0", cxx-standard: "11", build-type: "Debug" }

Expand Down

0 comments on commit effb753

Please sign in to comment.