Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 46f0a612 authored by hhakim's avatar hhakim
Browse files

Make optional (disabled by default) the copy of RPM/DEB pkg in /home/hinria.

The goal is to ligthen the disk space consumption on VMs.
parent c21cf426
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,4 @@ cpack -G RPM -C CPackConfig.cmake
rm -Rf _CPack_Packages/x86_64/RPM
cpack -G DEB -C CPackConfig.cmake
rm -Rf _CPack_Packages/x86_64/DEB
cp faust-$FAUST_VERSION*rpm faust-$FAUST_VERSION*.deb $HOME
[[ -n "$COPY_PKG_TO_HOME" ]] && cp faust-$FAUST_VERSION*rpm faust-$FAUST_VERSION*.deb $HOME
......@@ -25,4 +25,4 @@ cpack -G RPM -C CPackConfig.cmake
rm -Rf _CPack_Packages/x86_64/RPM
cpack -G DEB -C CPackConfig.cmake
rm -Rf _CPack_Packages/x86_64/DEB
cp faust-$FAUST_VERSION*rpm faust-$FAUST_VERSION*deb $HOME
[[ -n "$COPY_PKG_TO_HOME" ]] && cp faust-$FAUST_VERSION*rpm faust-$FAUST_VERSION*deb $HOME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment