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