Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
34e5558c
Commit
34e5558c
authored
5 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
CI: Detect changes on master & merge_requests pipelines
parent
2ae541fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!105
CI: Detect changes on master & merge_requests pipelines
Pipeline
#6922
passed with stage
in 27 minutes and 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
2
View file @
34e5558c
...
...
@@ -22,6 +22,7 @@ cache:
only
:
refs
:
-
master
-
merge_requests
changes
:
-
libvlc/*
-
build-common
...
...
@@ -39,6 +40,7 @@ cache:
only
:
refs
:
-
master
-
merge_requests
changes
:
-
medialibrary/*
-
compile.sh
...
...
@@ -51,14 +53,15 @@ cache:
EXTRA_BUILD_PARAM
:
-ml
# vlc-android app only: don't rebuild everything but use a published artifact
# We can't filter by changes for MRs, so this is the only accepted configuration
# for those, regardless of what changed
continuous-app-build
:
extends
:
.build-all-base
script
:
-
./compile.sh --init
-
./gradlew assembleDebug
only
:
refs
:
-
master
-
merge_requests
changes
:
-
vlc-android/**/*
-
assets/**/*
...
...
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