Skip to content

[update] add oniguruma.zig #135

[update] add oniguruma.zig

[update] add oniguruma.zig #135

Workflow file for this run

name: ci
on:
pull_request:
branches:
- trunk
jobs:
build:
strategy:
matrix:
repo:
- vulkan
- wayland
- X11
- glfw
- cimgui
- spirv
- glslang
- shaderc
- oniguruma
- libjq
runs-on: ubuntu-latest
steps:
- uses: tiawl/[email protected]
with:
repository: "${{ github.repository }}"
additional_zig_opts: "${{ matrix.repo == 'cimgui' && '-Dplatform=GLFW -Drenderer=Vulkan' || '' }}"
sha: "${{ github.event.pull_request.head.sha }}"
user: "${{ matrix.repo }}.zig"
token: "${{ github.token }}"
test_build: 'false'
test_update: 'true'
test_fetch: 'true'