File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 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" ,
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 : |
You can’t perform that action at this time.
0 commit comments