Skip to content

Commit

Permalink
Remove steps from android-build
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 31, 2024
1 parent 6e38bec commit 78a2562
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,36 +189,6 @@ jobs:
platform/android/InstrumentationTestApp.apk
platform/android/InstrumentationTests.apk
- name: Create data.zip in assets directory
run: zip -r test/android/app/src/main/assets/data.zip -@ < test/android/app/src/main/assets/to_zip.txt
working-directory: .

- name: Build C++ Unit Tests App
working-directory: test/android
run: |
./gradlew assembleDebug assembleAndroidTest
cp app/build/outputs/apk/debug/app-debug.apk .
cp app/build/outputs/apk/androidTest/release/app-release-androidTest.apk .
- name: Store C++ Unit Tests .apk files
uses: actions/upload-artifact@v4
with:
name: android-cpp-tests
if-no-files-found: error
path: |
./test/android/app-debug.apk
./test/android/app-release-androidTest.apk
- name: Build and Upload Render Test APKs for OpenGL
uses: ./.github/actions/android-build-and-upload-render-test
with:
flavor: opengl

- name: Build and Upload Render Test APKs for Vulkan
uses: ./.github/actions/android-build-and-upload-render-test
with:
flavor: vulkan

android-build-cpp-test:
runs-on: ubuntu-24.04

Expand Down

0 comments on commit 78a2562

Please sign in to comment.