Skip to content

Removed some more MinGW stuff. #55

Removed some more MinGW stuff.

Removed some more MinGW stuff. #55

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.Windows CC=cl USE_DEBUG=0 -C ./src
- name: Run tests
run: set INCLUDE=%INCLUDE%;c:\hostedtoolcache\windows\Python\3.9.10\include & set COLUMNS=120 & .\appveyor-script.bat test