Skip to content

improve testing support and the CI #613

improve testing support and the CI

improve testing support and the CI #613

Workflow file for this run

name: sw
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request, workflow_dispatch]
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
run: ./sw -static -shared -config d,r build