Skip to content

Starts to rework build framework. #843

Starts to rework build framework.

Starts to rework build framework. #843

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-latest,
windows-latest,
macos-latest,
]
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: 0.11.0
- name: Build tests
run: zig build test -Doptimize=ReleaseSmall