Skip to content

CI Metal for v3

CI Metal for v3 #3

Workflow file for this run

name: CI Metal for v3
on:
workflow_dispatch:
jobs:
macOS-metal-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
ref: 'v3'
- name: Update submodules
run: git submodule update --init --recursive
- name: Dependencies
run: |
brew install cmake
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Configure + Build
run: python -m scripts.build_all
- name: Test build
run: ./build/mac-arm64-metal-any/bin/sdkit --help
- name: Upload Artifact
run: python -m scripts.upload_all --tag v3.0.0