luboslenco 7 달 전
부모
커밋
c228c867f3
2개의 변경된 파일0개의 추가작업 그리고 42개의 파일을 삭제
  1. 0 21
      .github/workflows/_/android_opengl.yml
  2. 0 21
      .github/workflows/_/ios_metal.yml

+ 0 - 21
.github/workflows/_/android_opengl.yml

@@ -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

+ 0 - 21
.github/workflows/_/ios_metal.yml

@@ -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