This commit is contained in:
luboslenco
2025-02-07 18:41:25 +01:00
parent 50e4a27bb5
commit c228c867f3
2 changed files with 0 additions and 42 deletions
-21
View File
@@ -1,21 +0,0 @@
name: Android (OpenGL)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile
run: |
cd armorpaint
../armorcore/make --target android --graphics opengl --compile
-21
View File
@@ -1,21 +0,0 @@
name: iOS (Metal)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Compile
run: |
cd armorpaint
../armorcore/make --target ios --graphics metal --compile