Commit c559655c authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:sparkles: feature(artifacts): Add artifcats to build


Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
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:
- tarballs/*
expire_in: 1h
  • bmortier @bmortier

    mentioned in commit 8198ccc8

    By Jonathan Swaelens on 2018-04-05T16:19:44 (imported from GitLab)

    ·

    mentioned in commit 8198ccc8

    By Jonathan Swaelens on 2018-04-05T16:19:44 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !210

    By bmortier on 2018-04-05T16:19:50 (imported from GitLab)

    ·

    mentioned in merge request !210

    By bmortier on 2018-04-05T16:19:50 (imported from GitLab)

    Toggle commit list
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