Skip to content

Commit

Permalink
CI: add job to verify build on cygwin
Browse files Browse the repository at this point in the history
Closes #113
  • Loading branch information
havbon authored and bagder committed Apr 8, 2023
1 parent c7690fc commit bb8a3ef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,20 @@ jobs:

- name: test
run: make test

build-cygwin:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3

- name: install cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: curl, libcurl-devel, libcurl4, make, gcc-core

- name: make
run: make

- name: test
run: make test

0 comments on commit bb8a3ef

Please sign in to comment.