Browse Source

ci: Don't rebuild libvlc if medialibrary will also be built

Since the medialibrary config also build libvlc, there is no need to
waste 4 jobs to check that libvlc still builds before checking that
again while building medialibrary
merge-requests/382/head
Hugo Beauzée-Luyssen 7 years ago
parent
commit
faea3dbbbf
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -24,10 +24,9 @@ cache:
- master
- merge_requests
changes:
# For build script, we rely on the .build-ml-base config
# which will also build libvlc
- libvlc/**/*
- build-common
- compile.sh
- compile-libvlc.sh
except:
- schedules
variables:

Loading…
Cancel
Save