Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 671 Bytes

File metadata and controls

21 lines (12 loc) · 671 Bytes

embed-zig examples

CI

Host-side example apps and integration tests for embed-zig. Package manifests are committed directly and share the same embed_zig dependency version.

Requirements

  • Zig 0.15.2

Quick start

zig build test

CI runs zig build test on Linux, macOS, and Windows.

ESP builds

ESP matrix builds are separate from the default zig build test flow and need ESP-IDF; see esp/ and the root zig build esp step when -Didf=... is set.