add test on windows action
This commit is contained in:
2
script/test.sh
Executable file
2
script/test.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cmake build -B build . && cd build && make && ctest
|
||||
5
script/test_windows.ps1
Normal file
5
script/test_windows.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake build -B build .
|
||||
Set-Location -Path "./build"
|
||||
make
|
||||
ctest
|
||||
Set-Location -Path ".."
|
||||
Reference in New Issue
Block a user