Adds deb package build to build script
This commit is contained in:
@@ -9,4 +9,5 @@ conan install . --output-folder=build --build=missing
|
|||||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCLI11_DIR=$(pwd)
|
-DCLI11_DIR=$(pwd)
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
cpack -G DEB
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user