Skip to content

ci: update to 0.15.2 #76

ci: update to 0.15.2

ci: update to 0.15.2 #76

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
build-test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.2
- name: Test
run: zig build test
- name: Build tools
run: zig build
# We don't test them yet in CI as we need a way to do it (what emulator? does any support headless?) but at least they must build.
- name: Build all standalone 3DS tests
run: zig build build-tests