Skip to content

added ci for msvc

added ci for msvc #24

Workflow file for this run

name: mingw64
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
header-mode-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: compiler architecture
run: gcc -dumpmachine
- name: compile and run tests in header mode
run: make header_test