Skip to content

windows

windows #575

Workflow file for this run

name: windows
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 7 * * *"
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- name: Setup Zig
uses: goto-bus-stop/[email protected]
with:
version: master
- run: zig build test
- run: zig build test -Dstep-128
- run: zig build
- run: zig build -Dondemand
- run: zig build -Dstep-128
- run: zig build -Dondemand -Dstep-128