add test on windows action

This commit is contained in:
2024-11-02 13:25:55 +08:00
parent 0fa6097bbf
commit 8eb324ad23
4 changed files with 22 additions and 2 deletions

2
script/test.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
cmake build -B build . && cd build && make && ctest