Commit 8198ccc8 authored by jswaelens's avatar jswaelens Committed by bmortier
Browse files

Merge branch '5774-add-artifcats-to-build' into '1.3-dev'

Resolve "Add artifcats to build"

See merge request fusiondirectory/fd!146

(cherry picked from commit 3e6c181b)

c559655c :sparkles: feature(artifacts): Add artifcats to build
c82a45b7 :sparkles: feat(gitlab-ci): Change the path section for artifacts
cdea3dba :ambulance: fix(gitlab-ci): Set the good path for the artifact
Showing with 10 additions and 0 deletions
+10 -0
......@@ -10,6 +10,7 @@ stages:
- test-php
- test-manpages
- transifex
- build-tarballs
# Generate perlcritic rapport
create_perlcritic_rapport:
......@@ -107,3 +108,12 @@ update-transifex:
- tx pull -a -f
- ../dev-tools/locale-scripts/fusiondirectory-update-locale -g
- tx push -f -s -t --skip --no-interactive
build-tarballs:
stage: build-tarballs
script:
- tar -cvzf fusiondirectory-core.tar.gz *
artifacts:
paths:
- fusiondirectory-core.tar.gz
expire_in: 1h
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment