Update .woodpecker.json
All checks were successful
ci/woodpecker/push/woodpecker.json Pipeline was successful

This commit is contained in:
Rebekah 2024-06-18 21:38:58 -04:00
parent 3d1a42c998
commit 5efb1814a9

View File

@ -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/"
]
}
}