Cleanup
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user