File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ FROM qtprotobuf/ubuntu-latest-builtin-qt:latest
2
2
ADD . /sources
3
3
RUN mkdir -p /build && mkdir -p /artifacts
4
4
WORKDIR /build
5
- RUN cmake ../sources -DQT_PROTOBUF_MAKE_TESTS=FALSE -DQT_PROTOBUF_MAKE_EXAMPLES=FALSE -DCMAKE_BUILD_TYPE=Release
6
- RUN cpack -G DEB ..
5
+ RUN cmake ../sources -DQT_PROTOBUF_MAKE_TESTS=FALSE -DQT_PROTOBUF_MAKE_EXAMPLES=FALSE -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
6
+ RUN cpack -G DEB
Original file line number Diff line number Diff line change 1
1
set (CPACK_PACKAGE_CONTACT "Alexey Edelev <semlanik@gmail.com>" )
2
2
set (CPACK_PACKAGE_DESCRIPTION "gRPC and Protobuf generator and bindings for Qt framework" )
3
3
set (CPACK_PACKAGE_NAME "qtprotobuf" )
4
+ set (CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX} " )
4
5
5
6
include ("${QT_PROTOBUF_CMAKE_DIR} /deb.cmake" )
6
7
include ("${QT_PROTOBUF_CMAKE_DIR} /rpm.cmake" )
You can’t perform that action at this time.
0 commit comments