Skip to content

Added file fliphmtgen.c.notused to clarify process of DWA generation #682

Added file fliphmtgen.c.notused to clarify process of DWA generation

Added file fliphmtgen.c.notused to clarify process of DWA generation #682

Workflow file for this run

name: sw
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-22.04, macos-12]
steps:
- uses: actions/checkout@v4
- uses: egorpugin/sw-action@master
- name: build
if: matrix.os == 'windows-latest'
run: ./sw -static -shared -config d,r build
- name: build
if: matrix.os != 'windows-latest'
run: ./sw -static -shared -config d,r build