Skip to content

zld: redo the test harness using localised set of std.Build.Steps #818

zld: redo the test harness using localised set of std.Build.Steps

zld: redo the test harness using localised set of std.Build.Steps #818

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
# https://github.com/kubkon/zld/issues/44
# os: [macos, ubuntu, windows]
os: [macos, ubuntu]
steps:
- if: matrix.os == 'windows'
run: git config --global core.autocrlf false
- uses: actions/checkout@v3
with:
submodules: true
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig version
- run: zig fmt --check src
- run: zig build test --summary all