This commit is contained in:
parent
483b1f092c
commit
37792f3477
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ steps:
|
||||||
- mkdir -p ~/.cache/woodpecker/cmake
|
- mkdir -p ~/.cache/woodpecker/cmake
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
|
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
|
||||||
- cmake --build build --target all
|
- cmake --build build --target all
|
||||||
|
- ls build/
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
- cd build && ctest --output-on-failure
|
- cd build && ctest --output-on-failure
|
||||||
|
|
Loading…
Add table
Reference in a new issue