Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

# Verify this SDK compiles on every platform it ships to. The pipeline lives in
# desert-ant-core's reusable model-sdk-build workflow, shared by every model SDK,
# so this file only names the version of it to use.
#
# Jobs: swift-apple, swift-linux, android (natives + AAR), wasm, and node-native
# on both host OSes. Build-only - nothing is published.

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: Desert-Ant-Labs/desert-ant-core/.github/workflows/model-sdk-build.yml@v0.5.5
Loading