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: ...@@ -10,6 +10,7 @@ stages:
- codestyle - codestyle
- manpages - manpages
- transifex - transifex
- build-tarballs
## Stage lint ## Stage lint
...@@ -120,3 +121,12 @@ update-transifex: ...@@ -120,3 +121,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