Skip to content
Snippets Groups Projects
Commit 34e5558c authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

CI: Detect changes on master & merge_requests pipelines

parent 2ae541fb
No related branches found
No related tags found
1 merge request!105CI: Detect changes on master & merge_requests pipelines
Pipeline #6922 passed with stage
in 27 minutes and 5 seconds
......@@ -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/**/*
......
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