Mentions légales du service

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

Upload also the static version of the RPM/DEB packages to gitlab-pages.

parent 67339c3c
Branches
Tags
No related merge requests found
......@@ -316,10 +316,10 @@ pages:
- make doc_exclu_class_filtering
- mkdir -p ../public/last-doc
- cp -Rf doc/html ../public/last-doc/
- mkdir -p ../public/last-doc/packages
- mkdir -p ../public/packages
- ../gen_doc/gen_pkg_dl_page.sh $CI_COMMIT_TAG # download.html generated
- mv download.html ../public/last-doc/packages/
- mv *.pkg *.rpm *.deb *.exe ../public/last-doc/packages/
- mv download.html ../public/packages/
- mv *.pkg *.rpm *.deb *.exe ../public/packages/
needs:
- job: pkg_macos_release
artifacts: true
......@@ -327,6 +327,8 @@ pages:
artifacts: true
- job: pkg_linux_release
artifacts: true
- job: pkg_linux_release_static
artifacts: true
- job: test_linux_pkg_release
- job: test_macos_pkg_release
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment