Skip to content
Snippets Groups Projects
Commit 285ad0e3 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

GitLab CI: Make the Linux package and keep the artifacts

parent d5947e95
No related branches found
No related tags found
1 merge request!864Produce a self-contained self-extracting package for BornAgain GUI on Linux
...@@ -19,9 +19,10 @@ native_Debian_clang: ...@@ -19,9 +19,10 @@ native_Debian_clang:
- xvfb-run -a ctest -j6 --output-on-failure - xvfb-run -a ctest -j6 --output-on-failure
- make package_source - make package_source
- bash var/mk_pypack_linux.sh - bash var/mk_pypack_linux.sh
- cpack -B ./package .
artifacts: artifacts:
paths: paths:
- build/*.gz - build/package/BornAgain*.sh
- build/PythonPackage/py*/wheel/*.whl - build/PythonPackage/py*/wheel/*.whl
expire_in: 10 days expire_in: 10 days
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment