test action

This commit is contained in:
2024-11-02 12:34:15 +08:00
parent 01273809da
commit 0d78195e4e
2 changed files with 19 additions and 1 deletions

View File

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