We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda1b6f commit 6bcf58bCopy full SHA for 6bcf58b
.github/workflows/c-cpp.yml
@@ -40,18 +40,5 @@ jobs:
40
- name: ctest running bench
41
run: ctest --verbose
42
43
- #macos:
44
-
45
- # runs-on: macos-latest
46
47
- # steps:
48
- # - uses: actions/checkout@v3
49
- # - name: Install ninja-build tool
50
- # uses: seanmiddleditch/gha-setup-ninja@v4
51
- # - name: cmake
52
- # run: cmake -GNinja . -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On -DCMAKE_CXX_FLAGS="-fsanitize=address,undefined -Wall -Wextra -Wpedantic -Wmisleading-indentation -Wunused -Wuninitialized -Wshadow -Wconversion -Werror"
53
- # - name: ninja
54
- # run: ninja
55
- # - name: ninja test
56
- # run: ninja test
+
57
0 commit comments