Skip to content

Cleaned up the Makefile. #56

Cleaned up the Makefile.

Cleaned up the Makefile. #56

Workflow file for this run

name: GNU-make 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 CPU=x64 USE_CRT_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