Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
dced686e
Unverified
Commit
dced686e
authored
Feb 14, 2020
by
IKEDA Soji
Committed by
GitHub
Feb 14, 2020
Browse files
Merge pull request #871 from ikedas/pr-840-addition by ikedas
Addition to #840
parents
0a0a9508
0fa8f727
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dced686e
...
...
@@ -7,12 +7,13 @@
-
. ~/bashrc
-
coverage-install
-
coverage-setup
-
cpanm --quiet --notest --installdeps . --with-develop
-
cpanm --quiet --notest --installdeps --with-develop --with-feature=ldap --with-feature=safe-unicode --with-feature=soap --with-feature=sqlite .
-
cpanm --notest --quiet Unicode::CaseFold
-
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/compile_scenarios.t t/parse_templates.t t/pod-syntax.t'
-
make check-local TEST_FILES='t/compile_executables.t t/compile_modules.t t/Language.t
t/Message.t
t/compile_scenarios.t t/parse_templates.t t/pod-syntax.t'
-
coverage-report
-
make clean
...
...
@@ -38,3 +39,5 @@
<<
:
*job
"
5.28"
:
<<
:
*job
"
5.30"
:
<<
:
*job
.travis.yml
View file @
dced686e
...
...
@@ -28,9 +28,8 @@ before_install:
install
:
-
cpan-install --coverage
-
cpanm --installdeps --notest --with-develop --with-feature=
so
ap --with-feature=
ldap
.
-
cpanm --installdeps --notest --with-develop --with-feature=
ld
ap --with-feature=
safe-unicode --with-feature=soap --with-feature=sqlite
.
-
cpanm --notest --quiet Unicode::CaseFold
-
cpanm --notest --quiet DBD::SQLite
before_script
:
-
coverage-setup
...
...
@@ -40,8 +39,7 @@ script:
-
./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/compile_scenarios.t t/parse_templates.t t/pod-syntax.t'
-
make check-local TEST_FILES='t/Message.t'
-
make check-local TEST_FILES='t/compile_executables.t t/compile_modules.t t/Language.t t/Message.t t/compile_scenarios.t t/parse_templates.t t/pod-syntax.t'
after_success
:
-
coverage-report
...
...
Makefile.am
View file @
dced686e
...
...
@@ -30,6 +30,7 @@ check_SCRIPTS = \
t/02_Sympa_DatabaseManager.t
\
t/Language.t
\
t/LockedFile.t
\
t/Message.t
\
t/Regexps.t
\
t/compile_modules.t
\
t/compile_executables.t
\
...
...
@@ -55,7 +56,16 @@ check_DATA = \
t/pki/key/ca.pem
\
t/pki/key/rousse_nopassword.pem
\
t/pki/key/rousse_password.pem
\
t/samples/urlize-deep-nested-mixed.eml
\
t/samples/urlize-encoding.eml
\
t/samples/urlize-nested-alternative-and-related.eml
\
t/samples/urlize-nested-alternative.eml
\
t/samples/urlize-nested-mixed.eml
\
t/samples/urlize-nested-mutiple-attachments.eml
\
t/samples/urlize-simple-mutiple-attachments.eml
\
t/samples/urlize-simple.eml
\
t/stub/Sympa/Constants.pm
\
t/data/list_data/test/config
\
t/data/sympa.conf
\
t/data/sympa.sqlite
\
t/data/etc/auth.conf
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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