This commit is contained in:
parent
96518a921b
commit
0990b64287
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ steps:
|
|||
CC: gcc
|
||||
CXX: g++
|
||||
commands:
|
||||
# Install CMake
|
||||
- apt-get update && apt-get install -y cmake
|
||||
|
||||
# Cache CMake dependencies
|
||||
- mkdir -p ~/.cache/woodpecker/cmake
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
|
||||
|
|
Loading…
Add table
Reference in a new issue