Skip to content

Merge pull request #24 from mrdcvlsc/use-epi-and-cxx20 #47

Merge pull request #24 from mrdcvlsc/use-epi-and-cxx20

Merge pull request #24 from mrdcvlsc/use-epi-and-cxx20 #47

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@v3
- name: get updated submodules
run: git submodule update --init --recursive
- name: compiler architecture
run: gcc -dumpmachine
- name: compile and run tests in header mode
run: make header_test