Skip to content

Add script to build SDK generator, add initial CI #1

Add script to build SDK generator, add initial CI

Add script to build SDK generator, add initial CI #1

Workflow file for this run

# The purpose of this CI is to build and test Linux Cross SDKs during development.
# Only a single version of the SDK will be built for each architecture and tested.
name: Develop Swift Linux Cross SDKs
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build SDK Generator
shell: bash
run: ./build-sdk-generator.sh