Files
armorpaint/.github/workflows/ios_metal.yml
T
2020-11-18 14:52:57 +01:00

24 lines
443 B
YAML

name: iOS (Metal)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Get Submodules
run: git submodule update --init --recursive
- name: Get Node.js
run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1
- name: Compile
run: nodejs_bin/node-osx armorcore/make ios -g metal