Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Microzig Generation 2 Build Interface #3

Microzig Generation 2 Build Interface

Microzig Generation 2 Build Interface #3

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, linux-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
- name: Build examples
run: zig build