luboslenco 7 tháng trước cách đây
mục cha
commit
c228c867f3
2 tập tin đã thay đổi với 0 bổ sung42 xóa
  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