Commit 3e6c181b authored by jswaelens's avatar jswaelens
Browse files

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

Resolve "Add artifcats to build"

See merge request fusiondirectory/fd!146
Showing with 10 additions and 0 deletions
+10 -0
......@@ -10,6 +10,7 @@ stages:
- codestyle
- manpages
- transifex
- build-tarballs
## Stage lint
......@@ -120,3 +121,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
  • 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
  • bmortier @bmortier

    mentioned in commit 9e71d785

    By bmortier on 2018-04-05T16:27:25 (imported from GitLab)

    ·

    mentioned in commit 9e71d785

    By bmortier on 2018-04-05T16:27:25 (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