Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Routing-DE-EFA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
Travel-Routing-DE-EFA
Commits
356de8eb
Commit
356de8eb
authored
4 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Switch to Github CI
parent
e5fefcf1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/perl.yml
+33
-0
33 additions, 0 deletions
.github/workflows/perl.yml
.travis.yml
+0
-6
0 additions, 6 deletions
.travis.yml
cpanfile
+14
-0
14 additions, 0 deletions
cpanfile
with
47 additions
and
6 deletions
.github/workflows/perl.yml
0 → 100644
+
33
−
0
View file @
356de8eb
name
:
linux
on
:
push
:
branches
:
-
'
*'
pull_request
:
branches
:
-
'
*'
jobs
:
perl
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
perl-version
:
-
'
5.20'
-
'
latest'
-
'
threaded'
container
:
image
:
perl:${{ matrix.perl-version }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
perl -V
run
:
perl -V
-
name
:
Install Dependencies
run
:
curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure
-
name
:
Run Tests
run
:
prove -l t
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
6
View file @
e5fefcf1
language
:
perl
perl
:
-
"
5.28"
-
"
5.26"
-
"
5.24"
-
"
5.22"
This diff is collapsed.
Click to expand it.
cpanfile
0 → 100644
+
14
−
0
View file @
356de8eb
requires 'Class::Accessor';
requires 'Exception::Class';
requires 'Getopt::Long';
requires 'List::Util';
requires 'LWP::UserAgent';
requires 'XML::LibXML';
on test => sub {
requires 'File::Slurp';
requires 'Test::Compile';
requires 'Test::Fatal';
requires 'Test::More';
requires 'Test::Pod';
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment