File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717 - name : Configure
1818 run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DRPP_TEST=ON
1919 env :
20- CXX : clang++
20+ CXX : /opt/homebrew/opt/llvm/bin/ clang++
2121 - name : Build
2222 run : cmake --build build -- -j
2323 - name : Test
Original file line number Diff line number Diff line change 44[ ![ Linux] ( https://github.com/TheNumbat/rpp/actions/workflows/linux.yml/badge.svg )] ( https://github.com/TheNumbat/rpp/actions/workflows/linux.yml )
55[ ![ Linux (aarch64)] ( https://github.com/TheNumbat/rpp/actions/workflows/linux-arm64.yml/badge.svg )] ( https://github.com/TheNumbat/rpp/actions/workflows/linux-arm64.yml )
66[ ![ macOS] ( https://github.com/TheNumbat/rpp/actions/workflows/macos.yml/badge.svg )] ( https://github.com/TheNumbat/rpp/actions/workflows/macos.yml )
7+ [ ![ macOS (aarch64)] ( https://github.com/TheNumbat/rpp/actions/workflows/macos-arm64.yml/badge.svg )] ( https://github.com/TheNumbat/rpp/actions/workflows/macos-arm64.yml )
78
89Minimal Rust-inspired C++20 STL replacement.
910Refer to the [ blog post] ( https://thenumb.at/rpp/ ) for details.
You can’t perform that action at this time.
0 commit comments