Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNU Generation externs
unipoly
members-management
Commits
8f103483
Commit
8f103483
authored
Oct 07, 2019
by
Timothée Floure
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI tests to directly use cpan packages (= use setup instructions
from README)
parent
ca5cc3ff
Pipeline
#1589
failed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
21 deletions
+6
-21
.gitlab-ci.yml
.gitlab-ci.yml
+6
-21
No files found.
.gitlab-ci.yml
View file @
8f103483
...
...
@@ -6,29 +6,14 @@ stages:
test-perl
:
stage
:
test
tags
:
[
debian
]
image
:
debian
:stable
image
:
fedora
:stable
before_script
:
-
apt-get update
-
>
apt-get -y install
libdancer-perl
libdancer-session-cookie-perl
libdancer-plugin-flashmessage-perl
libdbd-sqlite3-perl
libdbi-perl
libemail-sender-perl
libemail-simple-perl
libemail-valid-perl
libjson-perl
libnet-ldap-perl
libplack-perl
libtemplate-perl
liburi-perl
libyaml-perl
make
perl
script
:
-
dnf install -y perl-App-cpanminus make
-
perl Makefile.PL
-
cpanm install ExtUtils::MakeMaker Module::CPANfile CPAN::Meta
-
./generate-cpanfile.pl
-
cpanm --installdeps .
script
:
-
cp config.example.yml config.yml
-
make test
...
...
Write
Preview
Markdown
is supported
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