mirror of
https://github.com/upa/mscp.git
synced 2026-05-06 09:07:35 +08:00
cleanup docker-related commands in cmake
TODO: add bruild procedure for async_write
This commit is contained in:
@@ -28,7 +28,7 @@ RUN ${mscpdir}/scripts/install-build-deps.sh
|
||||
# build
|
||||
RUN cd ${mscpdir} \
|
||||
&& rm -rf build \
|
||||
&& cmake -B build -DBUILD_PKG=1 \
|
||||
&& cmake -B build \
|
||||
&& cd ${mscpdir}/build \
|
||||
&& make \
|
||||
&& cpack -G DEB CPackConfig.cmake
|
||||
|
||||
Reference in New Issue
Block a user