Commit c51e2c3b authored by bmortier's avatar bmortier
Browse files

Merge branch 'cherry-pick-829e8656' into '1.2-fixes'

Merge branch '5772-slpit-test-in-test-perl-test-php-test-manpages' into '1.3-dev'

See merge request fusiondirectory/fd!134
Showing with 9 additions and 7 deletions
+9 -7
...@@ -6,12 +6,14 @@ variables: ...@@ -6,12 +6,14 @@ variables:
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
stages: stages:
- test - test-perl
- test-php
- test-manpages
- transifex - transifex
# Generate perlcritic rapport # Generate perlcritic rapport
create_perlcritic_rapport: create_perlcritic_rapport:
stage: test stage: test-perl
only: only:
- branches - branches
- tags - tags
...@@ -25,7 +27,7 @@ create_perlcritic_rapport: ...@@ -25,7 +27,7 @@ create_perlcritic_rapport:
# Perl lint # Perl lint
create_perl_lint_rapport: create_perl_lint_rapport:
stage: test stage: test-perl
only: only:
- branches - branches
- tags - tags
...@@ -38,7 +40,7 @@ create_perl_lint_rapport: ...@@ -38,7 +40,7 @@ create_perl_lint_rapport:
# generate man pages to test validity # generate man pages to test validity
test_manpages: test_manpages:
stage: test stage: test-manpages
only: only:
- branches - branches
- tags - tags
...@@ -55,7 +57,7 @@ test_manpages: ...@@ -55,7 +57,7 @@ test_manpages:
# PHP codesniffer # PHP codesniffer
create_php_code_sniffer_rapport: create_php_code_sniffer_rapport:
stage: test stage: test-php
only: only:
- branches - branches
- tags - tags
...@@ -68,7 +70,7 @@ create_php_code_sniffer_rapport: ...@@ -68,7 +70,7 @@ create_php_code_sniffer_rapport:
# PHP lint # PHP lint
create_php_lint_rapport: create_php_lint_rapport:
stage: test stage: test-php
only: only:
- branches - branches
- tags - tags
...@@ -80,7 +82,7 @@ create_php_lint_rapport: ...@@ -80,7 +82,7 @@ create_php_lint_rapport:
# fusiondirectory-update-locale # fusiondirectory-update-locale
fusiondirectory-update-locale: fusiondirectory-update-locale:
stage: test stage: transifex
only: only:
- branches - branches
- tags - tags
......
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