Skip to content

Commit

Permalink
Merge Test2-Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Jun 5, 2024
2 parents 1fb0238 + ffd8488 commit e5edf24
Show file tree
Hide file tree
Showing 266 changed files with 39,216 additions and 78 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
fail-fast: false
matrix:
perl-version:
- 'latest'
- '5.38'
- '5.36'
- '5.34'
- '5.32'
- '5.30'
- '5.28'
- '5.26'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: perl -V
- name: Install Dependencies
run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
- name: perl -V
run: perl -V
- name: perl Makefile.PL
run: perl Makefile.PL
- name: make
Expand Down
25 changes: 16 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
*.bak
*~
*.html
*.old
*.tar.gz
Makefile
blib/
pm_to_blib
*~
/.build
/Test2-*/
Build
_build
cover_db/
MYMETA.*
Test-Simple-*
/Test2-*/
/.build
Makefile
POD_TEMPLATE.POD
TODO
Test-Simple-*
_build
blib/
cover_db/
pm_to_blib
t2_lib
t2s_lib
template.POD
template.pod
test*.pl
test.pl
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,21 @@ perl:
- "5.26"
- "5.28"
- "5.30"
- "5.32"
- "5.34"
- "5.36"
- "5.38"
before_install:
- if [ "$TRAVIS_PERL_VERSION" = "5.6.2" ]; then rm -f dist.ini; fi # Force Building with Makefile.PL on Perl 5.6.2 as dzil would not work
- eval $(curl https://travis-perl.github.io/init) --auto
- "5.18-shrplib"
- "5.20-shrplib"
- "5.22-shrplib"
- "5.24-shrplib"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
- cpan-install Test2
notifications:
slack:
rooms:
Expand Down
Loading

0 comments on commit e5edf24

Please sign in to comment.