Skip to content
Snippets Groups Projects

rm Unix source package generator as GitLab packs source archives automatically

Merged Wuttke, Joachim requested to merge j.0 into main
2 files
+ 1
25
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
24
@@ -52,30 +52,7 @@ elseif(APPLE)
set(CPACK_GENERATOR "DragNDrop")
elseif(UNIX)
# Source package:
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_IGNORE_FILES
~$
.pyc$
.log$
/CMakeLists.txt.user
/deploy
/devtools/release
/devtools/sandboxes
/__pycache__/
/.git/
/.gitignore
/.gitlab-ci.yml
/hugo/public/
/hugo/resources/
/build/
/qbuild/
/debug/
)
# Binary package (self-extracting tgz, file extension .sh;
# to preview the contents of the installer, run 'cpack -G TGZ'):
set(CPACK_GENERATOR STGZ)
set(CPACK_GENERATOR STGZ) # generates self-extracting tgz with file extension .sh
endif()
Loading