Skip to content

Commit

Permalink
Automate test with GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Nov 22, 2023
1 parent 7ecbb64 commit db5f8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cmake -S . -B build -G Ninja \
-DCMAKE_CXX_COMPILER=${{ env.LLVM_PATH }}/bin/clang++ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -stdlib=libc++ -v" \
-DCMAKE_EXE_LINKER_FLAGS="${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++ -lc++abi"
ninja -C build
Expand Down

0 comments on commit db5f8e5

Please sign in to comment.