Skip to content

Commit

Permalink
try build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent bf8231d commit 80b7e27
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: perl module - make test
working-directory: perl
run: make test
build-linux:

build-windows:
runs-on: windows-2022

defaults:
Expand All @@ -40,18 +41,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: libfcgi - autogen.sh
run: ./autogen.sh
- name: libfcgi-configure
run: ./configure
- name: libfcgi - make
run: make
- name: perl module - distrib and perl Makefile.PL
working-directory: perl
run: ./distrib && perl Makefile.PL
- name: perl module - make
working-directory: perl
run: make
- name: perl module - make test
working-directory: perl
run: make test
- name: build with nmake
run: nmake -f Makefile.nt

0 comments on commit 80b7e27

Please sign in to comment.