1
0

chore: add github action workflows

This commit is contained in:
2025-12-23 13:11:37 +08:00
parent 7a2edb92b3
commit a077604c7d
6 changed files with 162 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ CD build
:: Build with x64 architecture in Release mode
cmake -A x64 ../..
cmake --build . --config Release
cmake --install . --prefix=../install --config Relese
cmake --install . --prefix=../install --config Release
:: Back to root directory
CD ..