Files
armorpaint/.github/workflows/ios_metal.yml
T
2022-10-04 18:12:31 +02:00

24 lines
455 B
YAML

name: iOS (Metal)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Get Submodules
run: git submodule update --init --recursive
- name: Clone plugins
run: git clone https://github.com/armory3d/armorpaint_plugins Libraries/plugins
- name: Compile
run: armorcore/Kinc/make --from armorcore ios -g metal