Skip to content
Snippets Groups Projects
Verified Commit dded49dc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Build all Android archs in parallel

parent 6825142a
No related branches found
No related tags found
No related merge requests found
Pipeline #76485 passed
...@@ -2,7 +2,6 @@ image: debian:unstable-20220527-slim ...@@ -2,7 +2,6 @@ image: debian:unstable-20220527-slim
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
ARCH: arm64-v8a
ANDROIDAPI: 27 ANDROIDAPI: 27
ANDROIDNDKVER: r19c ANDROIDNDKVER: r19c
NDKAPI: 21 NDKAPI: 21
...@@ -44,6 +43,13 @@ Build host bundle: ...@@ -44,6 +43,13 @@ Build host bundle:
Build companion app for Android: Build companion app for Android:
stage: build stage: build
parallel:
matrix:
- ARCH:
- arm64-v8a
- armeabi-v7a
- x86
- x86_64
before_script: before_script:
- dpkg --add-architecture i386 - dpkg --add-architecture i386
- apt-get -y update && - apt-get -y update &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment