Skip to content

Commit

Permalink
[brief] Adding MacOS to the testing matrix.
Browse files Browse the repository at this point in the history
[detailed]
- I'm starting with Clang first because I'm almost sure it won't
  compile.
  • Loading branch information
marovira committed Sep 8, 2024
1 parent b3a986b commit 1ed21db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- {os: "windows-latest", cxx: "msvc", cc: "msvc", preset: "msvc"}
- {os: "ubuntu-24.04", cxx: "clang++-18", cc: "clang-18", preset: "clang"}
- {os: "ubuntu-24.04", cxx: "g++-14", cc: "gcc-14", preset: "gcc"}
- {os: "macos-latest", cxx: "clang++", cc: "clang", preset: "apple"}
build: ["Debug", "Release"]
steps:
- name: Chekout
Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"description": "Default build for Apple platforms",
"inherits": "unix_base",
"cacheVariables": {
"CMAKE_CXX_FLAGS": "-Wall -Wextra -pedantic -Werror"
"CMAKE_CXX_FLAGS": "-Wall -Wextra -pedantic -Werror -stdlib=libstdc++"
}
}
]
Expand Down

0 comments on commit 1ed21db

Please sign in to comment.