Skip to content

Commit

Permalink
Set up for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Nov 15, 2020
1 parent a634062 commit 6f65d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ 'ubuntu', 'macos' ]
os: [ 'ubuntu', 'windows', 'macos' ]
perl: [ '5.8', '5.10', '5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26', '5.28', '5.30', '5.32' ]
threaded: [ false ]
coverage: [ false ]
Expand Down Expand Up @@ -113,12 +113,12 @@ jobs:
run: perl Makefile.PL
- name: Install dependencies
run: |
cpanm -n --installdeps ./build
cpanm App::GhaProve
cpanm -n --installdeps ./build
- name: Install extra dependencies
if: matrix.extra_dependencies || matrix.coverage
shell: bash
run: cpanm -n --installdeps --with-recommends --with-suggests ./build || echo 1
run: cpanm -n --installdeps --with-recommends --with-suggests ./build || true
- name: Install coverage dependencies
if: matrix.coverage
run: |
Expand Down

0 comments on commit 6f65d45

Please sign in to comment.