Skip to content

Commit

Permalink
Stop smoking windows and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Jul 17, 2023
1 parent ec03241 commit aae502e
Showing 1 changed file with 2 additions and 50 deletions.
52 changes: 2 additions & 50 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@v1
uses: perl-actions/install-with-cpm@stable
with:
cpanfile: "cpanfile"
- name: Makefile.PL
Expand Down Expand Up @@ -72,60 +72,12 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@v1
uses: perl-actions/install-with-cpm@stable
with:
sudo: false
cpanfile: "cpanfile"
- run: perl Makefile.PL
- run: make
- run: make test

macOS:
needs: [ubuntu, linux]
runs-on: macOS-latest

env:
PERL_USE_UNSAFE_INC: 0
AUTHOR_TESTING: 1
AUTOMATED_TESTING: 1
RELEASE_TESTING: 1
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local

steps:
- uses: actions/checkout@v2
- name: Set up Perl
run: brew install perl
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@v1
with:
sudo: false
cpanfile: "cpanfile"
- run: perl Makefile.PL
- run: make
- run: make test

windows:
needs: [ubuntu, linux]
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Set up Perl
run: |
choco install strawberryperl
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@v1
with:
sudo: false
cpanfile: "cpanfile"
- name: perl Makefile.PL
run: perl Makefile.PL
- name: make
run: make
- name: Run Tests
run: make test

0 comments on commit aae502e

Please sign in to comment.