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 5ce629f commit cc5cd4f
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_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++ -lc++abi"
ninja -C build
- name: Run tests
Expand Down

0 comments on commit cc5cd4f

Please sign in to comment.