Skip to content

Commit

Permalink
test windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed May 26, 2024
1 parent ca90c5f commit d94be6c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/test-win32.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: test-win32-mingw64
on:
push:
branches:
- '**'
tags-ignore:
- '*'
pull_request:

jobs:
imager:
runs-on: windows-latest
timeout-minutes: 15
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- name: configure
run: |
$env:path = "c:\strawberry\c\bin;"+$env:path
perl Makefile.PL
- name: build
run: |
$env:path = "c:\strawberry\c\bin;"+$env:path
gmake
- name: test
run: |
gmake test
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.github/workflows/test-linux.yml
.github/workflows/test-win32.yml
.gitignore
Makefile.PL
MANIFEST This list of files
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ MYMETA\.
^pm_to_blib$
^blib/
~$
^\.git
^\.git/
MANIFEST\.bak$

0 comments on commit d94be6c

Please sign in to comment.