Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6101bb1 authored by Ellen Poe's avatar Ellen Poe
Browse files

ci: manually run ./gradlew generateUniFFIBindings in CI

parent ceb062f9
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -160,6 +160,7 @@ test:
    # Build debug APKs for each architecture
    # Build debug APKs for each architecture
    - cd cardinal-android
    - cd cardinal-android
    - touch local.properties
    - touch local.properties
    - ./gradlew generateUniFFIBindings
    - ./gradlew test --info --stacktrace --no-daemon
    - ./gradlew test --info --stacktrace --no-daemon
    - ./gradlew assembleArm64Debug --info --stacktrace --no-daemon
    - ./gradlew assembleArm64Debug --info --stacktrace --no-daemon
  artifacts:
  artifacts:
@@ -257,6 +258,7 @@ build_release:
    - touch local.properties
    - touch local.properties
    - |
    - |
      # Build APKs for each architecture
      # Build APKs for each architecture
      ./gradlew generateUniFFIBindings
      ./gradlew assembleArm64Release --info --stacktrace --no-daemon
      ./gradlew assembleArm64Release --info --stacktrace --no-daemon
      ./gradlew assembleX86_64Release --info --stacktrace --no-daemon
      ./gradlew assembleX86_64Release --info --stacktrace --no-daemon
  artifacts:
  artifacts: