Skip to content
Snippets Groups Projects
Commit 83274da1 authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

CI: fix vlc4-ml builds

The introduction of the EXTRA_BUILD_PARAM for the v4 ml builds
overrides the EXTRA_BUILD_PARAM at the build-ml-all, removing the -ml
parameter and building the entire app
parent 9c3323a2
No related branches found
No related tags found
1 merge request!1843CI: fix vlc4-ml builds
Pipeline #435437 passed with stage
in 42 minutes and 14 seconds
......@@ -214,25 +214,25 @@ build-ml-arm64-v4:
extends: .build-ml-base
variables:
ARCH: arm64
EXTRA_BUILD_PARAM: -vlc4
EXTRA_BUILD_PARAM: -ml -vlc4
build-ml-armv7-v4:
extends: .build-ml-base
variables:
ARCH: arm
EXTRA_BUILD_PARAM: -vlc4
EXTRA_BUILD_PARAM: -ml -vlc4
build-ml-x86-v4:
extends: .build-ml-base
variables:
ARCH: x86
EXTRA_BUILD_PARAM: -vlc4
EXTRA_BUILD_PARAM: -ml -vlc4
build-ml-x86_64-v4:
extends: .build-ml-base
variables:
ARCH: x86_64
EXTRA_BUILD_PARAM: -vlc4
EXTRA_BUILD_PARAM: -ml -vlc4
# Nightly builds: build native & app code, and ship the APK as artifact
nightly-arm64:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment