Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
197add46
Unverified
Commit
197add46
authored
Dec 14, 2018
by
IKEDA Soji
Committed by
GitHub
Dec 14, 2018
Browse files
Merge pull request #495 from ldidry/gitlab-ci ldidry
Allow to use Gitlab CI
parents
708421a5
54f02a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
197add46
.job-template
:
&job
image
:
"
hatsoftwares/sympa-perl-${CI_JOB_NAME}:latest"
retry
:
2
script
:
-
export p=$(pwd)
-
. ~/.bash_profile
-
. ~/bashrc
-
coverage-install
-
coverage-setup
-
cpanm --quiet --notest --installdeps . --with-develop
-
autoreconf -i
-
./configure
-
cd src; make; cd ..
-
make check-local TEST_FILES='xt/perltidy.t' ||
true
-
make check-local TEST_FILES='t/compile_executables.t t/compile_modules.t t/Language.t t/parse_templates.t t/pod-syntax.t'
-
coverage-report
-
make clean
"
5.8"
:
<<
:
*job
"
5.10"
:
<<
:
*job
"
5.12"
:
<<
:
*job
"
5.14"
:
<<
:
*job
"
5.16"
:
<<
:
*job
variables
:
COVERAGE
:
1
"
5.18"
:
<<
:
*job
"
5.20"
:
<<
:
*job
"
5.22"
:
<<
:
*job
"
5.24"
:
<<
:
*job
"
5.26"
:
<<
:
*job
"
5.28"
:
<<
:
*job
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment