Skip to content

Merge pull request #711 from GerHobbelt/msvc-ykking-2 #617

Merge pull request #711 from GerHobbelt/msvc-ykking-2

Merge pull request #711 from GerHobbelt/msvc-ykking-2 #617

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-20.04, ubuntu-22.04, macos-12]
steps:
- uses: actions/checkout@v1
- 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