Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Pomepuy
VLC-Android
Commits
bf20688a
Commit
bf20688a
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildsystem/gitlab/.gitlab-ci.yml
+43
-43
43 additions, 43 deletions
buildsystem/gitlab/.gitlab-ci.yml
with
43 additions
and
43 deletions
buildsystem/gitlab/.gitlab-ci.yml
+
43
−
43
View file @
bf20688a
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment