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
6241a203
Commit
6241a203
authored
Jan 04, 2021
by
IKEDA Soji
Browse files
Drop support for Perl prior to 5.16: For Travis CI & GitLab
parent
e0f4bf7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6241a203
...
...
@@ -8,7 +8,6 @@
-
coverage-install
-
coverage-setup
-
cpanm --quiet --notest --installdeps --with-develop --with-feature=Data::Password --with-feature=ldap --with-feature=safe-unicode --with-feature=smime --with-feature=soap --with-feature=sqlite .
-
cpanm --notest --quiet Unicode::CaseFold
-
autoreconf -i
-
./configure
-
cd src; make; cd ..
...
...
@@ -17,12 +16,6 @@
-
coverage-report
-
make clean
"
5.10"
:
<<
:
*job
"
5.12"
:
<<
:
*job
"
5.14"
:
<<
:
*job
"
5.16"
:
<<
:
*job
variables
:
...
...
.travis.yml
View file @
6241a203
...
...
@@ -11,9 +11,6 @@ perl:
-
"
5.20"
-
"
5.18"
-
"
5.16"
-
"
5.14"
-
"
5.12"
-
"
5.10"
matrix
:
include
:
...
...
@@ -29,7 +26,6 @@ before_install:
install
:
-
cpan-install --coverage
-
cpanm --installdeps --notest --with-develop --with-feature=Data::Password --with-feature=ldap --with-feature=safe-unicode --with-feature=smime --with-feature=soap --with-feature=sqlite .
-
cpanm --notest --quiet Unicode::CaseFold
before_script
:
-
coverage-setup
...
...
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