From c228c867f3d7b920f430246a92b397a350c6002f Mon Sep 17 00:00:00 2001 From: luboslenco Date: Fri, 7 Feb 2025 18:41:25 +0100 Subject: [PATCH] Cleanup --- .github/workflows/_/android_opengl.yml | 21 --------------------- .github/workflows/_/ios_metal.yml | 21 --------------------- 2 files changed, 42 deletions(-) delete mode 100644 .github/workflows/_/android_opengl.yml delete mode 100644 .github/workflows/_/ios_metal.yml diff --git a/.github/workflows/_/android_opengl.yml b/.github/workflows/_/android_opengl.yml deleted file mode 100644 index b2afbdf4..00000000 --- a/.github/workflows/_/android_opengl.yml +++ /dev/null @@ -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 diff --git a/.github/workflows/_/ios_metal.yml b/.github/workflows/_/ios_metal.yml deleted file mode 100644 index 7333b055..00000000 --- a/.github/workflows/_/ios_metal.yml +++ /dev/null @@ -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