Skip to content

Removed all compile-support for Cygwin #54

Removed all compile-support for Cygwin

Removed all compile-support for Cygwin #54

Workflow file for this run

name: MinGW CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: GNU-make
run: make -f Makefile.MinGW FORTIFY_SOURCE=0 USE_DEBUG=0 USE_64BIT=1 -C ./src
- name: Run tests
run: set INCLUDE=%INCLUDE%;c:\hostedtoolcache\windows\Python\3.9.10\include & set COLUMNS=120 & .\appveyor-script.bat test