Update .woodpecker.json
All checks were successful
ci/woodpecker/push/woodpecker.json Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker.json Pipeline was successful
This commit is contained in:
parent
3d1a42c998
commit
5efb1814a9
@ -9,10 +9,10 @@
|
|||||||
"echo Make build directory",
|
"echo Make build directory",
|
||||||
"mkdir build",
|
"mkdir build",
|
||||||
"echo CMake build make-files",
|
"echo CMake build make-files",
|
||||||
"cd build",
|
"cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/",
|
||||||
"cmake -DCMAKE_BUILD_TYPE=Release ../",
|
|
||||||
"echo Build Project",
|
"echo Build Project",
|
||||||
"cmake -S ../ -B ./"
|
"cmake --build build/",
|
||||||
|
"cmake --install build/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user