Adds deb package build to build script
This commit is contained in:
parent
6acf28a3dd
commit
9e92799698
1
build.sh
1
build.sh
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue