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
|
CC: gcc
|
||||||
CXX: g++
|
CXX: g++
|
||||||
commands:
|
commands:
|
||||||
|
# Install CMake
|
||||||
|
- apt-get update && apt-get install -y cmake
|
||||||
|
|
||||||
# Cache CMake dependencies
|
# Cache CMake dependencies
|
||||||
- mkdir -p ~/.cache/woodpecker/cmake
|
- mkdir -p ~/.cache/woodpecker/cmake
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
|
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
|
||||||
|
|
Loading…
Add table
Reference in a new issue