mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
add bzlmod support (#254)
This commit is contained in:
parent
fc88b4936a
commit
48054f64ab
18 changed files with 134 additions and 63 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
|
@ -35,3 +35,6 @@ jobs:
|
|||
cmake .. -DCMAKE_BUILD_TYPE=Debug
|
||||
cmake --build . --config Debug
|
||||
ctest --output-on-failure -C Debug
|
||||
|
||||
- name: Bazel Test
|
||||
run: bazelisk test //... --config=ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue