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",
|
||||
"mkdir build",
|
||||
"echo CMake build make-files",
|
||||
"cd build",
|
||||
"cmake -DCMAKE_BUILD_TYPE=Release ../",
|
||||
"cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/",
|
||||
"echo Build Project",
|
||||
"cmake -S ../ -B ./"
|
||||
"cmake --build build/",
|
||||
"cmake --install build/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user