Skip to content

Linux

Linux #146

Workflow file for this run

name: Linux
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# - name: Install flatc
# run: sudo apt-get install -y flatbuffers-compiler
- name: Setup Zig
uses: goto-bus-stop/[email protected]
with:
version: master
# version: 0.10.0
# version: 0.11.0-dev.1987+a2c6ecd6d
- run: zig build run-sample
- run: zig build test
- run: zig build