Adds deb package build to build script

This commit is contained in:
Ron Hough 2023-03-04 19:06:52 -06:00
parent 6acf28a3dd
commit 9e92799698
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ conan install . --output-folder=build --build=missing
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
-DCLI11_DIR=$(pwd)
cmake --build .
cpack -G DEB
)