You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add macOS builds
* Install go for macOS
* Uninstall openssl on macOS
* Add a flag for brew uninstall
* Install ninja on macOS
* Install make instead of ninja
* Add make to path on macOS
* Set CMAKE_MAKE_PROGRAM
* Drop macOS 13
* Strip symbols on macOS
* Fix strip for macOS
* Strip on macos more aggresively
* Remove g++ builds
* Simplify matrix
* Fix matrix
* Refactor CI and improve artifact names
Copy file name to clipboardExpand all lines: .github/workflows/cmake.yml
+21-28Lines changed: 21 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -11,32 +11,18 @@ jobs:
11
11
runs-on: ${{ matrix.os }}
12
12
13
13
strategy:
14
-
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
88
-
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
0 commit comments