Skip to content
Snippets Groups Projects
Commit bf20688a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

[TO BE REMOVED] Temporarily remove the nightly builds

parent 630a8732
No related branches found
No related tags found
No related merge requests found
Pipeline #176973 passed with stages
in 24 minutes and 30 seconds
......@@ -108,49 +108,49 @@ build-ml-x86_64:
ARCH: x86_64
# Nightly builds: build native & app code, and ship the APK as artifact
nightly-arm64:
extends: .build-all-base
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
variables:
ARCH: arm64
artifacts:
paths:
- application/app/build/outputs/apk/dev/VLC-Android-*.apk
expire_in: 2 weeks
nightly-armv7:
extends: .build-all-base
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
variables:
ARCH: arm
artifacts:
paths:
- application/app/build/outputs/apk/dev/VLC-Android-*.apk
expire_in: 2 weeks
nightly-x86:
extends: .build-all-base
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
variables:
ARCH: x86
artifacts:
paths:
- application/app/build/outputs/apk/dev/VLC-Android-*.apk
expire_in: 2 weeks
nightly-x86_64:
extends: .build-all-base
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
variables:
ARCH: x86_64
artifacts:
paths:
- application/app/build/outputs/apk/dev/VLC-Android-*.apk
expire_in: 2 weeks
#nightly-arm64:
# extends: .build-all-base
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# variables:
# ARCH: arm64
# artifacts:
# paths:
# - application/app/build/outputs/apk/dev/VLC-Android-*.apk
# expire_in: 2 weeks
#
#nightly-armv7:
# extends: .build-all-base
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# variables:
# ARCH: arm
# artifacts:
# paths:
# - application/app/build/outputs/apk/dev/VLC-Android-*.apk
# expire_in: 2 weeks
#
#nightly-x86:
# extends: .build-all-base
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# variables:
# ARCH: x86
# artifacts:
# paths:
# - application/app/build/outputs/apk/dev/VLC-Android-*.apk
# expire_in: 2 weeks
#
#nightly-x86_64:
# extends: .build-all-base
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# variables:
# ARCH: x86_64
# artifacts:
# paths:
# - application/app/build/outputs/apk/dev/VLC-Android-*.apk
# expire_in: 2 weeks
.build-release-libs-base:
rules:
......
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