mekhanoidy-tools/.github/workflows/sw.yml
2020-09-10 17:37:24 +03:00

18 lines
313 B
YAML

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