@@ -1,21 +0,0 @@
-name: Android (OpenGL)
-
-on:
- push:
- branches:
- - main
- pull_request:
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - name: Compile
- run: |
- cd armorpaint
- ../armorcore/make --target android --graphics opengl --compile
-name: iOS (Metal)
- runs-on: macOS-latest
- ../armorcore/make --target ios --graphics metal --compile