From 80b7e276ed84673bb9cf5423b4052995348cd477 Mon Sep 17 00:00:00 2001 From: Mathieu CARBONNEAUX OSUAGWU Date: Tue, 5 Nov 2024 01:35:45 +0100 Subject: [PATCH] try build windows --- .github/workflows/build.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cbace5..3bdf784 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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