Update .woodpecker.json
This commit is contained in:
parent
d4ec9d0bc1
commit
4ff27eed43
@ -9,7 +9,7 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
"echo Install development packages",
|
"echo Install development packages",
|
||||||
"apt update",
|
"apt update",
|
||||||
"apt install -y build-essential cmake",
|
"apt install -y build-essential cmake python3",
|
||||||
|
|
||||||
"echo Make build directory",
|
"echo Make build directory",
|
||||||
"mkdir build-gcc",
|
"mkdir build-gcc",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
"echo Install development packages",
|
"echo Install development packages",
|
||||||
"apt update",
|
"apt update",
|
||||||
"apt install -y build-essential cmake clang",
|
"apt install -y build-essential cmake clang python3",
|
||||||
|
|
||||||
"echo Make build directory",
|
"echo Make build directory",
|
||||||
"mkdir build-clang",
|
"mkdir build-clang",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user