Commit 829e8656 authored by bmortier's avatar bmortier
Browse files

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

Resolve "split test in test-perl, test-php, test-manpages"

Closes #5772

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

    mentioned in commit 7d70fbf6

    By bmortier on 2018-02-08T11:05:21 (imported from GitLab)

    ·

    mentioned in commit 7d70fbf6

    By bmortier on 2018-02-08T11:05:21 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !134

    By bmortier on 2018-02-08T11:05:24 (imported from GitLab)

    ·

    mentioned in merge request !134

    By bmortier on 2018-02-08T11:05:24 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit c51e2c3b

    By bmortier on 2018-02-08T11:31:33 (imported from GitLab)

    ·

    mentioned in commit c51e2c3b

    By bmortier on 2018-02-08T11:31:33 (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