Skip to content

Commit fccbc96

Browse files
committed
fix: testing workflow
1 parent 559c394 commit fccbc96

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/test_multiplatform.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ jobs:
2020
# cxx: "/opt/homebrew/opt/llvm/bin/clang",
2121
# clang_version: 21,
2222
# has_stl: "OFF"
23+
# }
24+
# - {
25+
# name: "macos clang-21 release",
26+
# os: macos-latest,
27+
# build_type: "Release",
28+
# is_debug_build: "OFF",
29+
# is_release_build: "ON",
30+
# cc: "/opt/homebrew/opt/llvm/bin/clang",
31+
# cxx: "/opt/homebrew/opt/llvm/bin/clang",
32+
# clang_version: 21,
33+
# has_stl: "OFF"
2334
# }
2435
- {
2536
name: "ubuntu clang-21 debug",
@@ -81,18 +92,6 @@ jobs:
8192
COMMAND chmod +x ninja
8293
)
8394
84-
# - name: install benchmark library
85-
86-
# run: |
87-
# mkdir bench/lib
88-
# cd bench/lib
89-
# git clone https://github.com/google/benchmark.git
90-
# cd benchmark
91-
# mkdir build
92-
# cd build
93-
# cmake .. -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_ENABLE_TESTING=OFF -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
94-
# sudo cmake --build . --config Release --target install
95-
9695
- name: configure
9796
shell: cmake -P {0}
9897
run: |

0 commit comments

Comments
 (0)