Skip to content

Linux

Linux #1002

Workflow file for this run

name: Linux
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 10 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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: curl -fsS -o test/twitter.json https://raw.githubusercontent.com/simdjson/simdjson/master/jsonexamples/twitter.json
- 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