Commit 9e71d785 authored by bmortier's avatar bmortier
Browse files

Merge branch 'cherry-pick-3e6c181b' into '1.2-fixes'

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

See merge request fusiondirectory/fd!210
Showing with 10 additions and 0 deletions
+10 -0
...@@ -10,6 +10,7 @@ stages: ...@@ -10,6 +10,7 @@ stages:
- test-php - test-php
- test-manpages - test-manpages
- transifex - transifex
- build-tarballs
# Generate perlcritic rapport # Generate perlcritic rapport
create_perlcritic_rapport: create_perlcritic_rapport:
...@@ -107,3 +108,12 @@ update-transifex: ...@@ -107,3 +108,12 @@ update-transifex:
- tx pull -a -f - tx pull -a -f
- ../dev-tools/locale-scripts/fusiondirectory-update-locale -g - ../dev-tools/locale-scripts/fusiondirectory-update-locale -g
- tx push -f -s -t --skip --no-interactive - 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