Files
armorpaint/.github/workflows/ios_metal.yml
T
2024-05-19 23:39:45 +02:00

24 lines
398 B
YAML

name: iOS (Metal)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore --target ios --graphics metal