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
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
cmake build -B build . && cd build && make && ctest
+5
View File
@@ -0,0 +1,5 @@
cmake build -B build .
Set-Location -Path "./build"
make
ctest
Set-Location -Path ".."