test push

This commit is contained in:
2025-04-17 21:37:38 +08:00
parent aa48bc82d8
commit 899c62bfeb
14 changed files with 379 additions and 29 deletions

View File

@ -1,2 +1,20 @@
# Hazel
## To clone this repository
> ```bash
> git clone --recurse-submodule http://116.62.144.93:3000/atdunbg/Hazel.git # recommend
> ```
> or
> ```bash
> git clone http://116.62.144.93:3000/atdunbg/Hazel.git
> git submodule init
> git submodule update
> ```
## build
```bash
cmake -B build
cmake --build build --config Release -j18
```