Skip to content

Removed that pesky "Github Workflow". #59

Removed that pesky "Github Workflow".

Removed that pesky "Github Workflow". #59

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=clang-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